Partager via


ElementCollectionBase<ElementCollectionType, ElementType>.IndexOfGuid - Méthode

Renvoie l'index de l'objet avec le GUID spécifié.

Espace de noms :  Microsoft.PerformancePoint.Scorecards
Assembly :  Microsoft.PerformancePoint.Scorecards.Client (dans Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntaxe

'Déclaration
Public Function IndexOfGuid ( _
    guid As Guid _
) As Integer
'Utilisation
Dim instance As ElementCollectionBase
Dim guid As Guid
Dim returnValue As Integer

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

Paramètres

Valeur renvoyée

Type : System.Int32
L'index de l'objet, s'il existe ; dans le cas contraire une référence Null (Rien dans Visual Basic).

Voir aussi

Référence

ElementCollectionBase<ElementCollectionType, ElementType> classe

ElementCollectionBase<ElementCollectionType, ElementType> - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms