Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / AppointmentCollection Class / GetKeyForItem Method
The element from which to extract the key.

In This Topic
    GetKeyForItem Method (AppointmentCollection)
    In This Topic
    Extracts the key from the specified element.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetKeyForItem( _
       ByVal item As Appointment _
    ) As Guid
    protected virtual Guid GetKeyForItem( 
       Appointment item
    )

    Parameters

    item
    The element from which to extract the key.

    Return Value

    The key for the specified element.
    See Also