Source.GetDocumentSpan Method

Gets the span occupied by the entire source file.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.12.0 (in Microsoft.VisualStudio.Package.LanguageService.12.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Public Function GetDocumentSpan As TextSpan
public TextSpan GetDocumentSpan()
public:
TextSpan GetDocumentSpan()
member GetDocumentSpan : unit -> TextSpan
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

See Also

Reference

Source Class

Microsoft.VisualStudio.Package Namespace