ElementCollectionBase<ElementCollectionType, ElementType>.GetKeyForItem Method
Returns the key for 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 Guid
'Usage
Dim item As ElementType
Dim returnValue As Guid
returnValue = Me.GetKeyForItem(item)
protected override Guid GetKeyForItem(
ElementType item
)
Parameters
item
Type: ElementTypeThe specified object.
Return Value
Type: System.Guid
The key of the object.
See Also
Reference
ElementCollectionBase<ElementCollectionType, ElementType> Class
ElementCollectionBase<ElementCollectionType, ElementType> Members