SymbolInformation.Location Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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