Source.GetDocumentSpan Method
Gets the span occupied by the entire source file.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public Function GetDocumentSpan As TextSpan
'Usage
Dim instance As Source
Dim returnValue As TextSpan
returnValue = instance.GetDocumentSpan()
public TextSpan GetDocumentSpan()
public:
TextSpan GetDocumentSpan()
public function GetDocumentSpan() : TextSpan
Return Value
Type: Microsoft.VisualStudio.TextManager.Interop.TextSpan
A TextSpan object that encompasses the entire source file.
Remarks
This is typically called from the ReformatDocument method to select the entire document.
.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.