Partager via


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

Renvoie l'index de l'objet portant le nom spécifié.

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

Syntaxe

'Déclaration
Public Function IndexOfName ( _
    name As String _
) As Integer
'Utilisation
Dim instance As ElementCollectionBase
Dim name As String
Dim returnValue As Integer

returnValue = instance.IndexOfName(name)
public int IndexOfName(
    string name
)

Paramètres

Valeur renvoyée

Type : System.Int32
L'index de l'objet portant le nom spécifié.

Voir aussi

Référence

ElementCollectionBase<ElementCollectionType, ElementType> classe

ElementCollectionBase<ElementCollectionType, ElementType> - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms