ConfiguredViewCollection.IndexOfGuid - Méthode

Retourne 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 ConfiguredViewCollection
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 avec le GUID spécifié.

Voir aussi

Référence

ConfiguredViewCollection classe

ConfiguredViewCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms