VCCodeUsing.Kind Property
Gets an enumeration indicating the type of object.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
声明
ReadOnly Property Kind As vsCMElement
用法
Dim instance As VCCodeUsing
Dim value As vsCMElement
value = instance.Kind
vsCMElement Kind { get; }
property vsCMElement Kind {
vsCMElement get ();
}
function get Kind () : vsCMElement
Property Value
Type: vsCMElement
A vsCMElement value.
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
Concepts
How to: Compile and Run the Automation Object Model Code Examples