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" />
2003-11-05 04:30:47 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2006-08-04 19:43:19 +00:00
<AssemblyVersion > 2.10.0.0</AssemblyVersion>
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>
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>
<Base >
<BaseTypeName > System.Attribute</BaseTypeName>
</Base>
<Interfaces />
<Attributes >
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > System.AttributeUsage(System.AttributeTargets.Property | System.AttributeTargets.Field, AllowMultiple=true)</AttributeName>
2003-11-05 04:30:47 +00:00
</Attribute>
</Attributes>
<Members >
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public TreeNodeValueAttribute ();" />
<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" >
<MemberSignature Language= "C#" Value= "public int Column { set; get; };" />
<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>