ITextSnapshot::GetText Method (Span)

 

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)

String^ GetText(
	Span span
)

Parameters

span
Type: Microsoft.VisualStudio.Text::Span

The span to return.

Return Value

Type: System::String^

A non-null string.

Exception Condition
ArgumentOutOfRangeException

The end of the span is greater than Length.

Return to top
Show: