TagBuilder.MergeAttributes Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>) |
Combinar un diccionario de atributos. |
| MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>, Boolean) |
Combinar un diccionario de atributos. |
MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>)
Combinar un diccionario de atributos.
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))
Parámetros de tipo
- TKey
El tipo de clave.
- TValue
Tipo de valor.
Parámetros
- attributes
- IDictionary<TKey,TValue>
Atributos.
Se aplica a
MergeAttributes<TKey,TValue>(IDictionary<TKey,TValue>, Boolean)
Combinar un diccionario de atributos.
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)
Parámetros de tipo
- TKey
El tipo de clave.
- TValue
Tipo de valor.
Parámetros
- attributes
- IDictionary<TKey,TValue>
Atributos.
- replaceExisting
- Boolean
Si se van a reemplazar los atributos existentes.