VirtualSnapshotSpan::IsEmpty Property

 

Determines whether the start and end points are in the same place.

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

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

Property Value

Type: System::Boolean

true if the span is empty, otherwise false.

Because the start and end points can both be in virtual space, the non-virtual span that this corresponds to can be non-empty at the same time that this property returns true.

Return to top
Show: