ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Contains Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un valore che indica se il dizionario contiene il valore presente in item
, indicizzato dalla chiave in item
.
bool ICollection<KeyValuePair<string,object>>.Contains (System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Contains : System.Collections.Generic.KeyValuePair<string, obj> -> bool
Parametri
- item
- System.Collections.Generic.KeyValuePair<System.String,System.Object>
Elemento da aggiungere.
Restituisce
System.Boolean
Implementazioni
System.Collections.Generic.ICollection`1.Contains(`0)