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

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

    Parameters

    item
    The element from which to extract the key.

    Return Value

    The key for the specified element.
    See Also