Freigeben über


KpiValueCollection.Contains-Methode

Bestimmt, ob diese Auflistung das angegebene Objekt enthält.

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

Syntax

'Declaration
Public Function Contains ( _
    value As KpiValue _
) As Boolean
'Usage
Dim instance As KpiValueCollection
Dim value As KpiValue
Dim returnValue As Boolean

returnValue = instance.Contains(value)
public bool Contains(
    KpiValue value
)

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn die Auflistung das angegebene Objekt enthält; andernfalls false.

Siehe auch

Referenz

KpiValueCollection Klasse

KpiValueCollection-Member

Microsoft.PerformancePoint.Scorecards-Namespace