TaskProvider.TaskCollection.IList.RemoveAt Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'宣言
Private Sub RemoveAt ( _
    index As Integer _
) Implements IList.RemoveAt
'使用
Dim instance As TaskProvider..::.TaskCollection
Dim index As Integer

CType(instance, IList).RemoveAt(index)
void IList.RemoveAt(
    int index
)
private:
virtual void RemoveAt(
    int index
) sealed = IList::RemoveAt
JScript does not support explicit interface implementations.

Parameters

Implements

IList.RemoveAt(Int32)

Permissions

See Also

Reference

TaskProvider.TaskCollection Class

TaskProvider.TaskCollection Members

Microsoft.VisualStudio.Shell Namespace