ReferenceNode.ItemTypeGuid Property
Gets the GUID of the item type for a reference node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overrides ReadOnly Property ItemTypeGuid As Guid
'使用
Dim instance As ReferenceNode
Dim value As Guid
value = instance.ItemTypeGuid
public override Guid ItemTypeGuid { get; }
public:
virtual property Guid ItemTypeGuid {
Guid get () override;
}
public override function get ItemTypeGuid () : Guid
Property Value
Type: System.Guid
By default returns Empty(). Implementations should supply the item type GUID from VSConstants.
Permissions
- 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.