OAProject.Kind Property

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

See Also

Reference

OAProject Class

OAProject Members

Microsoft.VisualStudio.Package.Automation Namespace

Kind()