DocumentInformationNode.ItemType Property
Gets the type of item for this node.
Namespace: Microsoft.Windows.Design.Documents.Trees
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public ReadOnly Property ItemType As Type
'Usage
Dim instance As DocumentInformationNode
Dim value As Type
value = instance.ItemType
public Type ItemType { get; }
public:
property Type^ ItemType {
Type^ get ();
}
public function get ItemType () : Type
Property Value
Type: System.Type
The type for this node.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DocumentInformationNode Members
Microsoft.Windows.Design.Documents.Trees Namespace