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
- 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.