Gets the GUID for the type of 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 OAProject
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 project GUID string.
Implements
ProjectKind()
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.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
Kind()