Span::Start Property

 

Gets the starting index of the span.

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

public:
property int Start {
	int get();
}

Property Value

Type: System::Int32

The starting index of the span.

Return to top
Show: