Freigeben über


ElementCollectionBase<ElementCollectionType, ElementType>.IndexOfGuid-Methode

Gibt den Index des Objekts mit der angegebenen GUID.

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

Syntax

'Declaration
Public Function IndexOfGuid ( _
    guid As Guid _
) As Integer
'Usage
Dim instance As ElementCollectionBase
Dim guid As Guid
Dim returnValue As Integer

returnValue = instance.IndexOfGuid(guid)
public int IndexOfGuid(
    Guid guid
)

Parameter

Rückgabewert

Typ: System.Int32
Der Index des Objekts, wenn es vorhanden ist. andernfalls ein Nullverweis (Nothing in Visual Basic).

Siehe auch

Referenz

ElementCollectionBase<ElementCollectionType, ElementType> Klasse

ElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace