SnapshotSpan::IsEmpty Property

 

Determines whether or not this span is empty.

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

public:
property bool IsEmpty {
	bool get();
}

Property Value

Type: System::Boolean

true if the length of the span is zero, otherwise false.

Return to top
Show: