Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / StatusCollection Class / GetKeyForItem Method
The element from which to extract the key.

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

    Parameters

    item
    The element from which to extract the key.

    Return Value

    The key for the specified element.
    See Also