MessageProperties.ICollection<KeyValuePair<String,Object>>.Remove Methode

Definitie

Hiermee verwijdert u het element met de opgegeven naam uit de MessageProperties.

 virtual bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String,System.Object>>.Remove(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> pair) = System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>::Remove;
bool ICollection<KeyValuePair<string,object>>.Remove(System.Collections.Generic.KeyValuePair<string,object> pair);
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
Function Remove (pair As KeyValuePair(Of String, Object)) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Remove

Parameters

pair
KeyValuePair<String,Object>

Een sleutel/waardepaar dat de naam en waarde van het element bevat dat moet worden verwijderd.

Retouren

trueals het MessageProperties een element bevat met de opgegeven naam en waarde in de pair parameter en kan worden verwijderd; anders. false

Implementeringen

Van toepassing op