Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CoveredElementsCollection Class / GetKeyForItem Method
The CoveredElement item.

In This Topic
    GetKeyForItem Method (CoveredElementsCollection)
    In This Topic
    Extracts the key from the specified element.
    Syntax
    'Declaration
     
    
    Protected Overrides Function GetKeyForItem( _
       ByVal item As CoveredElement _
    ) As FrameworkElement
    protected override FrameworkElement GetKeyForItem( 
       CoveredElement item
    )

    Parameters

    item
    The CoveredElement item.

    Return Value

    Returns CoveredElement.Owner property for the specified item.
    See Also