TagBuilder.MergeAttributes 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í.
Přetížení
| MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>) |
Sloučení slovníku atributů |
| MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>, Boolean) |
Sloučení slovníku atributů |
MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>)
Sloučení slovníku atributů
public:
generic <typename TKey, typename TValue>
void MergeAttributes(System::Collections::Generic::IDictionary<TKey, TValue> ^ attributes);
public void MergeAttributes<TKey,TValue> (System.Collections.Generic.IDictionary<TKey,TValue> attributes);
public void MergeAttributes<TKey,TValue> (System.Collections.Generic.IDictionary<TKey,TValue?> attributes);
member this.MergeAttributes : System.Collections.Generic.IDictionary<'Key, 'Value> -> unit
Public Sub MergeAttributes(Of TKey, TValue) (attributes As IDictionary(Of TKey, TValue))
Parametry typu
- TKey
Klíčový typ
- TValue
Typ hodnoty.
Parametry
- attributes
- IDictionary<TKey,TValue>
Atributy.
Platí pro
MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>, Boolean)
Sloučení slovníku atributů
public:
generic <typename TKey, typename TValue>
void MergeAttributes(System::Collections::Generic::IDictionary<TKey, TValue> ^ attributes, bool replaceExisting);
public void MergeAttributes<TKey,TValue> (System.Collections.Generic.IDictionary<TKey,TValue> attributes, bool replaceExisting);
public void MergeAttributes<TKey,TValue> (System.Collections.Generic.IDictionary<TKey,TValue?> attributes, bool replaceExisting);
member this.MergeAttributes : System.Collections.Generic.IDictionary<'Key, 'Value> * bool -> unit
Public Sub MergeAttributes(Of TKey, TValue) (attributes As IDictionary(Of TKey, TValue), replaceExisting As Boolean)
Parametry typu
- TKey
Klíčový typ
- TValue
Typ hodnoty.
Parametry
- attributes
- IDictionary<TKey,TValue>
Atributy.
- replaceExisting
- Boolean
Určuje, jestli chcete nahradit existující atributy.