KpiValueCollection.IndexOf-Methode
Gibt den Index des angegebenen Objekts zurück.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function IndexOf ( _
value As KpiValue _
) As Integer
'Usage
Dim instance As KpiValueCollection
Dim value As KpiValue
Dim returnValue As Integer
returnValue = instance.IndexOf(value)
public int IndexOf(
KpiValue value
)
Parameter
value
Typ: Microsoft.PerformancePoint.Scorecards.KpiValueDas Objekt.
Rückgabewert
Typ: System.Int32
Der nullbasierte Index des ersten Vorkommens des Objekts, wenn gefunden; andernfalls -1.