Freigeben über


ElementCollectionBase<ElementCollectionType, ElementType>.GetKeyForItem-Methode

Gibt den Schlüssel für das angegebene Objekt zurück.

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
)

Parameter

Rückgabewert

Typ: System.Guid
Der Schlüssel des Objekts.

Siehe auch

Referenz

ElementCollectionBase<ElementCollectionType, ElementType> Klasse

ElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace