ProjectNode.ItemTypeGuid Property

Gets the item type GUID for the project.

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

Syntax

'宣言
Public Overrides ReadOnly Property ItemTypeGuid As Guid
'使用
Dim instance As ProjectNode
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

When overridden in a derived class, returns the appropriate item type GUID for the project.

Remarks

By default returns Empty.

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace