SnapshotSpan::Length Property

 

Gets the length of the span, which is always non-negative.

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

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

Property Value

Type: System::Int32

The length of the span, which is always non-negative.

Return to top
Show: