NormalizedSnapshotSpanCollection.IList.Remove Method

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)

Syntax

'Declaration
Private Sub Remove ( _
    value As Object _
) Implements IList.Remove
void IList.Remove(
    Object value
)
private:
virtual void Remove(
    Object^ value
) sealed = IList::Remove
private abstract Remove : 
        value:Object -> unit 
private override Remove : 
        value:Object -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IList.Remove(Object)

.NET Framework Security

See Also

Reference

NormalizedSnapshotSpanCollection Class

Microsoft.VisualStudio.Text Namespace