NormalizedSpanCollection Constructor (Span)

 

Initializes a new instance of NormalizedSpanCollection that contains the specified span.

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

public:
NormalizedSpanCollection(
	Span span
)

Parameters

span
Type: Microsoft.VisualStudio.Text::Span

The span contained by the span set.

Return to top
Show: