Span::Contains Method (Span)

 

Determines whether the specified span falls completely within this span.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
bool Contains(
	Span span
)

Parameters

span
Type: Microsoft.VisualStudio.Text::Span

The span to check.

Return Value

Type: System::Boolean

true if the specified span falls completely within this span, otherwise false.

Return to top
Show: