Condividi tramite


IParameter.PrettyPrintedLocus Property

Gets the text location of this parameter relative to the signature's pretty-printed content.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Dichiarazione
ReadOnly Property PrettyPrintedLocus As Span
Span PrettyPrintedLocus { get; }
property Span PrettyPrintedLocus {
    Span get ();
}
abstract PrettyPrintedLocus : Span
function get PrettyPrintedLocus () : Span

Property Value

Type: Microsoft.VisualStudio.Text.Span
The Span of this parameter.

.NET Framework Security

See Also

Reference

IParameter Interface

Microsoft.VisualStudio.Language.Intellisense Namespace