Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets text from the snapshot starting at the beginning of the span and having a length equal to the length of the span.
Namespace: Microsoft.VisualStudio.Text
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
Function GetText ( _
span As Span _
) As String
string GetText(
Span span
)
String^ GetText(
Span span
)
abstract GetText :
span:Span -> string
function GetText(
span : Span
) : String
Parameters
- span
Type: Microsoft.VisualStudio.Text.Span
The span to return.
Return Value
Type: System.String
A non-null string.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | The end of the span is greater than Length. |
.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.