Freigeben über


ElementCollectionBase<ElementCollectionType, ElementType>.IndexOfGuidSafe-Methode

Gibt das angegebene Objekt zurück.

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

Syntax

'Declaration
Public Function IndexOfGuidSafe ( _
    guid As Guid _
) As ElementType
'Usage
Dim instance As ElementCollectionBase
Dim guid As Guid
Dim returnValue As ElementType

returnValue = instance.IndexOfGuidSafe(guid)
public ElementType IndexOfGuidSafe(
    Guid guid
)

Parameter

  • guid
    Typ: System.Guid

    Die GUID des Objekts zurückgegeben.

Rückgabewert

Typ: ElementType
Das Objekt mit der angegebenen GUID, sofern vorhanden. andernfalls ein Nullverweis (Nothing in Visual Basic).

Siehe auch

Referenz

ElementCollectionBase<ElementCollectionType, ElementType> Klasse

ElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace