ResourceDictionary.ICollection<KeyValuePair<String,Object>>.Remove Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Pro interní použití v Xamarinu. Forms platformu.
bool ICollection<KeyValuePair<string,object>>.Remove(System.Collections.Generic.KeyValuePair<string,object> item);
abstract member System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
override this.System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Remove : System.Collections.Generic.KeyValuePair<string, obj> -> bool
Parametry
- item
- System.Collections.Generic.KeyValuePair<System.String,System.Object>
Pro interní použití v Xamarinu. Forms platformu.
Návraty
System.Boolean
Implementuje
System.Collections.Generic.ICollection`1.Remove(`0)