Freigeben über


ElementCollectionBase<ElementCollectionType, ElementType>.IndexOfName-Methode

Gibt den Index des Objekts mit dem angegebenen Namen zurück.

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

Syntax

'Declaration
Public Function IndexOfName ( _
    name As String _
) As Integer
'Usage
Dim instance As ElementCollectionBase
Dim name As String
Dim returnValue As Integer

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

Parameter

Rückgabewert

Typ: System.Int32
Der Index des Objekts mit dem angegebenen Namen.

Siehe auch

Referenz

ElementCollectionBase<ElementCollectionType, ElementType> Klasse

ElementCollectionBase<ElementCollectionType, ElementType>-Member

Microsoft.PerformancePoint.Scorecards-Namespace