ElementCollection.GetKeyForItem Method (Microsoft.PerformancePoint.Scorecards)
Gets 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 Guid
'Usage
Dim item As ElementType
Dim returnValue As Guid
returnValue = Me.GetKeyForItem(item)
protected override Guid GetKeyForItem (
ElementType item
)
Parameters
- item
The element.
Return Value
The key of the element.
See Also
Reference
ElementCollection Generic Class
ElementCollection Members
Microsoft.PerformancePoint.Scorecards Namespace