Dela via


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

See Also

Reference

DocumentInformationNode Class

DocumentInformationNode Members

Microsoft.Windows.Design.Documents.Trees Namespace

Other Resources

WPF Designer Extensibility