Condividi tramite


Metodo IReadOnlyObservableSet.Contains

Determines whether the IReadOnlyObservableSet contains a specific value.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Sintassi

'Dichiarazione
Function Contains ( _
    item As Object _
) As Boolean
bool Contains(
    Object item
)

Parametri

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

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IReadOnlyObservableSet Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Shell