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

 

Adds an object to the list. This method throws a NotSupportedException.

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

private:
virtual int Add(
	Object^ value
) sealed = IList::Add

Parameters

value
Type: System::Object^

The object to add.

Return Value

Type: System::Int32

The location at which the object was added. . This method throws a NotSupportedException.

Return to top
Show: