SymbolInformation.Location Property

Definition

Gets or sets the Location of this symbol.

public:
 property Microsoft::VisualStudio::LanguageServer::Protocol::Location ^ Location { Microsoft::VisualStudio::LanguageServer::Protocol::Location ^ get(); void set(Microsoft::VisualStudio::LanguageServer::Protocol::Location ^ value); };
[System.Runtime.Serialization.DataMember(Name="location")]
public Microsoft.VisualStudio.LanguageServer.Protocol.Location Location { get; set; }
[<System.Runtime.Serialization.DataMember(Name="location")>]
member this.Location : Microsoft.VisualStudio.LanguageServer.Protocol.Location with get, set
Public Property Location As Location

Property Value

Attributes

Applies to