DbConnectionStringBuilder.IDictionary.Remove(Object) Metódus

Definíció

Eltávolítja a megadott kulccsal rendelkező elemet az IDictionary objektumból.

 virtual void System.Collections.IDictionary.Remove(System::Object ^ keyword) = System::Collections::IDictionary::Remove;
void IDictionary.Remove(object keyword);
abstract member System.Collections.IDictionary.Remove : obj -> unit
override this.System.Collections.IDictionary.Remove : obj -> unit
Sub Remove (keyword As Object) Implements IDictionary.Remove

Paraméterek

keyword
Object

Az eltávolítandó elem kulcsa.

Megvalósítás

Megjegyzések

Ez a tag egy explicit felületi tag implementációja. Csak akkor használható, ha a DbConnectionStringBuilder példányt egy IDictionary felületre öntötték.

Ennek a tagnak a leírását lásd Remove: .

A következőre érvényes:

Lásd még