collection of the attributes of the current token

Namespace:  Greatis.FormDesigner
Assembly:  Greatis.FormDesigner.Interop (in Greatis.FormDesigner.Interop.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property Attributes As Hashtable
C#
Hashtable Attributes { get; }
Visual C++
property Hashtable^ Attributes {
	Hashtable^ get ();
}
JavaScript
function get_attributes();

See Also