FirstClassElementCollectionBase<ElementCollectionType, ElementType>.GetKeyForItem method

Returns the key for the specified Element.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Protected Overrides Function GetKeyForItem ( _
    item As ElementType _
) As RepositoryLocation
'Usage
Dim item As ElementType
Dim returnValue As RepositoryLocation

returnValue = Me.GetKeyForItem(item)
protected override RepositoryLocation GetKeyForItem(
    ElementType item
)

Parameters

Return value

Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
The key of the Element.

See also

Reference

FirstClassElementCollectionBase<ElementCollectionType, ElementType> class

FirstClassElementCollectionBase<ElementCollectionType, ElementType> members

Microsoft.PerformancePoint.Scorecards namespace