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 task from the specified index of the collection.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Private Sub RemoveAt ( _
index As Integer _
) Implements IList.RemoveAt
void IList.RemoveAt(
int index
)
private:
virtual void RemoveAt(
int index
) sealed = IList::RemoveAt
private abstract RemoveAt :
index:int -> unit
private override RemoveAt :
index:int -> unit
JScript does not support explicit interface implementations.
Parameters
- index
Type: System.Int32
The index at which to remove the task.
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.