VCProjectReference.Kind Property

Gets an enumeration indicating the type of object.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

声明
ReadOnly Property Kind As String
用法
Dim instance As VCProjectReference
Dim value As String

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

Property Value

Type: System.String

A vsCMElement value.

Implements

VCReference.Kind

Permissions

See Also

Concepts

How to: Compile and Run the Automation Object Model Code Examples

Reference

VCProjectReference Interface

VCProjectReference Members

Microsoft.VisualStudio.VCProjectEngine Namespace