Freigeben über


DefaultDimensionSettingCollection.IndexOf-Methode (DefaultDimensionSetting)

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 DefaultDimensionSetting _
) As Integer
'Usage
Dim instance As DefaultDimensionSettingCollection
Dim value As DefaultDimensionSetting
Dim returnValue As Integer

returnValue = instance.IndexOf(value)
public int IndexOf(
    DefaultDimensionSetting value
)

Parameter

Rückgabewert

Typ: System.Int32
Der nullbasierte Index des ersten Vorkommens des Objekts, wenn gefunden; andernfalls -1.

Siehe auch

Referenz

DefaultDimensionSettingCollection Klasse

DefaultDimensionSettingCollection-Member

IndexOf-Überladung

Microsoft.PerformancePoint.Scorecards-Namespace