IParameter.PrettyPrintedLocus 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 text location of this parameter relative to the signature's pretty-printed content.
public:
property Microsoft::VisualStudio::Text::Span PrettyPrintedLocus { Microsoft::VisualStudio::Text::Span get(); };
public:
property Microsoft::VisualStudio::Text::Span PrettyPrintedLocus { Microsoft::VisualStudio::Text::Span get(); };
public Microsoft.VisualStudio.Text.Span PrettyPrintedLocus { get; }
member this.PrettyPrintedLocus : Microsoft.VisualStudio.Text.Span
Public ReadOnly Property PrettyPrintedLocus As Span
Property Value
The Span of this parameter.