NavigateToItem.Kind Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the symbol's kind. The kind is the file, class, method, and so on. It is one of the constants defined in NavigateToItemKind.
Namespace: Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly: Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)
Syntax
'Declaration
Public ReadOnly Property Kind As String
public string Kind { get; }
public:
property String^ Kind {
String^ get ();
}
member Kind : string with get
function get Kind () : String
Property Value
Type: System.String
The kind for the symbol.
.NET Framework Security
- 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
Reference
Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace