Gets the kind of project items.
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 OANavigableProjectItems
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
When implemented by derived classes, returns a member of the vsCMElement enumeration.
Implements
ProjectItemsKind()
Remarks
By default the getter returns a null reference (Nothing in Visual Basic).
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.