Share via


BpmPropertyCollection.Contains - Méthode

Détermine si cette collection contient l'objet spécifié.

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

Syntaxe

'Déclaration
Public Overridable Function Contains ( _
    value As BpmProperty _
) As Boolean
'Utilisation
Dim instance As BpmPropertyCollection
Dim value As BpmProperty
Dim returnValue As Boolean

returnValue = instance.Contains(value)
public virtual bool Contains(
    BpmProperty value
)

Paramètres

Valeur renvoyée

Type : System.Boolean
true, si la collection contient un objet qui a le même nom unique en tant que value; dans le cas contraire, false.

Voir aussi

Référence

BpmPropertyCollection classe

BpmPropertyCollection - Membres

Microsoft.PerformancePoint.Scorecards - Espace de noms