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
- obj
Type: System.Object
Implements
Permissions
- 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.
See Also
Reference
TaskProvider.TaskCollection Class