TaskProvider.TaskCollection.IList.Clear Method

Removes all the tasks from the list.

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

Syntax

'Declaration
Private Sub Clear Implements IList.Clear
void IList.Clear()
private:
virtual void Clear() sealed = IList::Clear
private abstract Clear : unit -> unit 
private override Clear : unit -> unit 
JScript does not support explicit interface implementations.

Implements

IList.Clear()

.NET Framework Security

See Also

Reference

TaskProvider.TaskCollection Class

Microsoft.VisualStudio.Shell Namespace