Partilhar via


Propriedade IParameter.PrettyPrintedLocus

Obtém o local do texto deste parâmetro em relação ao conteúdo de pretty impressa da assinatura.

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

Sintaxe

'Declaração
ReadOnly Property PrettyPrintedLocus As Span
Span PrettyPrintedLocus { get; }
property Span PrettyPrintedLocus {
    Span get ();
}
abstract PrettyPrintedLocus : Span with get
function get PrettyPrintedLocus () : Span

Valor de propriedade

Tipo: Microsoft.VisualStudio.Text.Span
O Span desse parâmetro.

Segurança do .NET Framework

Consulte também

Referência

IParameter Interface

Namespace Microsoft.VisualStudio.Language.Intellisense