Share via


NavigateToItem.Language Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the language from which the symbol comes.

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property Language As String
public string Language { get; }
public:
property String^ Language {
    String^ get ();
}
member Language : string with get
function get Language () : String

Property Value

Type: System.String
The language source.

.NET Framework Security

See Also

Reference

NavigateToItem Class

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace