Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- value
Type: System.Object
The snapshot span.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.