NormalizedSnapshotSpanCollection::IList::Add Method (Object^)
Visual Studio 2015
Adds an object to the list. This method throws a NotSupportedException.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- value
-
Type:
System::Object^
The object to add.
Return Value
Type: System::Int32The location at which the object was added. . This method throws a NotSupportedException.
Implements
IList::Add(Object^)
Show: