TaskProvider.TaskCollection.IList.Remove Method

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

Syntax

'宣言
Private Sub Remove ( _
    obj As Object _
) Implements IList.Remove
'使用
Dim instance As TaskProvider..::.TaskCollection
Dim obj As Object

CType(instance, IList).Remove(obj)
void IList.Remove(
    Object obj
)
private:
virtual void Remove(
    Object^ obj
) sealed = IList::Remove
JScript does not support explicit interface implementations.

Parameters

Implements

IList.Remove(Object)

Permissions

See Also

Reference

TaskProvider.TaskCollection Class

TaskProvider.TaskCollection Members

Microsoft.VisualStudio.Shell Namespace