IParameter.Locus Property
Gets the location of this parameter relative to the signature's content.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
‘선언
ReadOnly Property Locus As Span
Span Locus { get; }
property Span Locus {
Span get ();
}
abstract Locus : Span
function get Locus () : Span
Property Value
Type: Microsoft.VisualStudio.Text.Span
The Span of this parameter.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.