Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the location of the specified object.
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
item
Type: ElementTypeThe specified object.
Return Value
Type: Microsoft.PerformancePoint.Scorecards.RepositoryLocation
The location of the specified object in the repository.
Remarks
The unique identifier of a first class object is represented by the object’s location.
See Also
Reference
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Class
FirstClassElementCollectionBase<ElementCollectionType, ElementType> Members