ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / TaskCollection Class / Search Method / Search(Int32) Method

In This Topic
    Search(Int32) Method
    In This Topic
    Searches for a Task with the specified ID.
    Syntax
    'Declaration
     
    Public Overloads Function Search( _
       ByVal id As System.Integer _
    ) As Task
    public Task Search( 
       System.int id
    )

    Parameters

    id
    See Also