HierarchyNode.ItemTypeGuid Property

Gets the GUID of the item type of the node.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public MustOverride ReadOnly Property ItemTypeGuid As Guid
'使用
Dim instance As HierarchyNode
Dim value As Guid

value = instance.ItemTypeGuid
public abstract Guid ItemTypeGuid { get; }
public:
virtual property Guid ItemTypeGuid {
    Guid get () abstract;
}
public abstract function get ItemTypeGuid () : Guid

Property Value

Type: System.Guid

By default, returns [System.Guid.Empty]. Implementations should return an item type GUID from the values listed in VSConstants.

Permissions

See Also

Reference

HierarchyNode Class

HierarchyNode Members

Microsoft.VisualStudio.Package Namespace