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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.