2003-11-05 04:30:47 +00:00
<Type Name= "TreeNodeValueAttribute" FullName= "Gtk.TreeNodeValueAttribute" >
2007-01-16 16:18:05 +00:00
<TypeSignature Language= "C#" Maintainer= "Mike Kestner" Value= "public sealed class TreeNodeValueAttribute : Attribute" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi sealed beforefieldinit TreeNodeValueAttribute extends System.Attribute" />
2003-11-05 04:30:47 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2003-11-05 04:30:47 +00:00
</AssemblyInfo>
2003-12-24 01:35:30 +00:00
<ThreadSafetyStatement > > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
2011-11-09 16:01:51 +00:00
<Base >
<BaseTypeName > System.Attribute</BaseTypeName>
</Base>
<Interfaces />
<Attributes >
<Attribute >
<AttributeName > System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field | System.AttributeTargets.All, AllowMultiple=true)</AttributeName>
</Attribute>
</Attributes>
2003-11-05 04:30:47 +00:00
<Docs >
2003-11-05 21:28:19 +00:00
<summary > An attribute to identify a property as a tree node column value.</summary>
<remarks >
<para >
This attribute is applied to a property of a tree node class to
indicate that the property holds a column value of the node.
</para>
<para >
In the following example, the Frombulator property is tagged as Column 2
of the node which implements it:
</para>
<example >
<code lang= "C#" >
[TreeNodeValue(Column=2)]
public string Frombulator {
get {
return frombulator;
}
}
</code>
</example>
</remarks>
2003-11-05 04:30:47 +00:00
</Docs>
<Members >
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public TreeNodeValueAttribute ();" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
2003-11-05 04:30:47 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
2003-11-05 21:28:19 +00:00
<summary > TreeNodeValueAttribute constructor</summary>
<remarks > Instantiates a <see cref= "T:Gtk.TreeNodeValueAttribute" /> </remarks>
2003-11-05 04:30:47 +00:00
</Docs>
</Member>
<Member MemberName= "Column" >
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "C#" Value= "public int Column { get; set; }" />
<MemberSignature Language= "ILAsm" Value= ".property instance int32 Column" />
2003-11-05 04:30:47 +00:00
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.Int32</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-11-05 21:28:19 +00:00
<summary > Column named value</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:System.Int32" /> </value>
2003-11-05 21:28:19 +00:00
<remarks >
The column number of the value which is exposed by the property
this <see cref= "T:Gtk.TreeNodeValueAttribute" /> marks.
</remarks>
2003-11-05 04:30:47 +00:00
</Docs>
</Member>
</Members>
2005-05-23 20:41:51 +00:00
</Type>