IParameter.Locus 属性

获取此参数的位置相对于签名的内容。

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

语法

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

属性值

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

.NET Framework 安全性

请参阅

参考

IParameter 接口

Microsoft.VisualStudio.Language.Intellisense 命名空间