Scheduler for WinRT
GetKeyForItem Method (CoveredElementsCollection)


The CoveredElement item.
Extracts the key from the specified element.
Syntax
'Declaration
 
Protected Overrides Function GetKeyForItem( _
   ByVal item As CoveredElement _
) As FrameworkElement
'Usage
 
Dim instance As CoveredElementsCollection
Dim item As CoveredElement
Dim value As FrameworkElement
 
value = instance.GetKeyForItem(item)
protected override FrameworkElement GetKeyForItem( 
   CoveredElement item
)

Parameters

item
The CoveredElement item.

Return Value

Returns CoveredElement.Owner property for the specified item.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CoveredElementsCollection Class
CoveredElementsCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.