IParameter.PrettyPrintedLocus 属性

获取参数相对于签名的内容(以美观的形式输出)的文本位置。

命名空间:  Microsoft.VisualStudio.Language.Intellisense
程序集:  Microsoft.VisualStudio.Language.Intellisense(在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

语法

声明
ReadOnly Property PrettyPrintedLocus As Span
Span PrettyPrintedLocus { get; }
property Span PrettyPrintedLocus {
    Span get ();
}
abstract PrettyPrintedLocus : Span with get
function get PrettyPrintedLocus () : Span

属性值

类型:Microsoft.VisualStudio.Text.Span
参数的 Span

.NET Framework 安全性

请参阅

参考

IParameter 接口

Microsoft.VisualStudio.Language.Intellisense 命名空间