SymbolDefinition.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 the position of the symbol's definition within the source file.
public:
property Microsoft::VisualStudio::Workspace::Indexing::TextLocation Location { Microsoft::VisualStudio::Workspace::Indexing::TextLocation get(); };
public Microsoft.VisualStudio.Workspace.Indexing.TextLocation Location { get; }
member this.Location : Microsoft.VisualStudio.Workspace.Indexing.TextLocation
Public ReadOnly Property Location As TextLocation