[]
        
(Showing Draft Content)

C1.Win.C1Win7Pack.JumpTaskCollection.Remove

Remove Method

Remove(C1JumpTask)

Removes the specified C1JumpTask from the collection.

Declaration
public void Remove(C1JumpTask task)
Public Sub Remove(task As C1JumpTask)
Parameters
Type Name Description
C1JumpTask task

Remove(string)

Removes the first occurrence of the C1JumpTask with the specified title from the collection.

Declaration
public void Remove(string title)
Public Sub Remove(title As String)
Parameters
Type Name Description
string title