Sdílet prostřednictvím


VCCodeFunction.Kind Property

Gets an enumeration value indicating the type of object.

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

Syntax

'Declaration
ReadOnly Property Kind As vsCMElement
'Usage
Dim instance As VCCodeFunction
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

See Also

Concepts

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

Reference

VCCodeFunction Interface

VCCodeFunction Members

Microsoft.VisualStudio.VCCodeModel Namespace