ProjectionSourceSpansChangedEventArgs::SpanPosition Property

 

Gets the position in the list of source spans at which the change occurred.

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

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

Property Value

Type: System::Int32

The position in the list of source spans at which the change occurred.

Return to top
Show: