NormalizedSnapshotSpanCollection::Count Property

 

Gets the number of spans in the collection.

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

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of spans in the collection.

Return to top
Show: