GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / TaskCollection Class / GetKeyForItem Method

In This Topic
    GetKeyForItem Method (TaskCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Function GetKeyForItem( _
       ByVal item As Task _
    ) As Guid
    protected virtual Guid GetKeyForItem( 
       Task item
    )

    Parameters

    item
    See Also