TagBuilder.MergeAttributes Méthode

Définition

Surcharges

MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>)

Fusionner un dictionnaire d’attributs.

MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>, Boolean)

Fusionner un dictionnaire d’attributs.

MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>)

Fusionner un dictionnaire d’attributs.

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))

Paramètres de type

TKey

Type de clé.

TValue

Type de valeur.

Paramètres

attributes
IDictionary<TKey,TValue>

Attributs.

S’applique à

MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>, Boolean)

Fusionner un dictionnaire d’attributs.

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)

Paramètres de type

TKey

Type de clé.

TValue

Type de valeur.

Paramètres

attributes
IDictionary<TKey,TValue>

Attributs.

replaceExisting
Boolean

Indique s’il faut remplacer les attributs existants.

S’applique à