NormalizedSnapshotSpanCollection::IList::Remove Method (Object^)

 

Removes the specified snapshot span. This method throws a NotSupportedException.

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

private:
virtual void Remove(
	Object^ value
) sealed = IList::Remove

Parameters

value
Type: System::Object^

The snapshot span.

Return to top
Show: