Partager via


IReadOnlyObservableSet.Contains, méthode

Determines whether the IReadOnlyObservableSet contains a specific value.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.11.0 (dans Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntaxe

'Déclaration
Function Contains ( _
    item As Object _
) As Boolean
bool Contains(
    Object item
)

Paramètres

  • item
    Type : System.Object
    The object to locate in the IReadOnlyObservableSet.

Valeur de retour

Type : System.Boolean
true if the object is found in the IReadOnlyObservableSet, otherwise false.

Sécurité .NET Framework

Voir aussi

Référence

IReadOnlyObservableSet Interface

Microsoft.VisualStudio.Shell, espace de noms