Share via


CodeElement.Kind Property

 

Gets the kind of the CodeElement.

Namespace:   Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications (in Microsoft.VisualStudio.Tools.Applications.dll)

Syntax

public CodeElementKind Kind { get; }
public:
property CodeElementKind Kind {
    CodeElementKind get();
}
member Kind : CodeElementKind with get
Public ReadOnly Property Kind As CodeElementKind

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.CodeElementKind

The kind of the CodeElement.

See Also

CodeElement Class
Microsoft.VisualStudio.Tools.Applications Namespace

Return to top