OAProjectItem<T>.Kind Property

Gets a GUID string indicating the type of the object.

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

Syntax

'宣言
Public Overridable ReadOnly Property Kind As String
'使用
Dim instance As OAProjectItem
Dim value As String

value = instance.Kind
public virtual string Kind { get; }
public:
virtual property String^ Kind {
    String^ get ();
}
public function get Kind () : String

Property Value

Type: System.String

The GUID string corresponding to the property VSHPROPID_TypeGuid for the item.

Implements

ProjectItemKind()

Permissions

See Also

Reference

OAProjectItem<T> Class

OAProjectItem<T> Members

Microsoft.VisualStudio.Package.Automation Namespace