ExpansionProvider.GetFieldSpan Method
Gets the field span of the specified field
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Syntax
'宣言
Public Overridable Function GetFieldSpan ( _
field As String, _
<OutAttribute> ByRef pts As TextSpan _
) As Boolean
public virtual bool GetFieldSpan(
string field,
out TextSpan pts
)
Parameters
- field
Type: System.String
The field for which to get the text span.
- pts
Type: Microsoft.VisualStudio.TextManager.Interop.TextSpan%
[out] Returns the TextSpan, which may be empty if there is no ExpansionSession.
Return Value
Type: System.Boolean
true if ExpansionSession is not nulla null reference (Nothing in Visual Basic), otherwise false.
Remarks
This method calls the GetFieldSpan method.
.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.