Share via


TagBuilder.MergeAttributes メソッド

定義

オーバーロード

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

属性ディクショナリをマージします。

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

属性ディクショナリをマージします。

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

ソース:
TagBuilder.cs
ソース:
TagBuilder.cs

属性ディクショナリをマージします。

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

型パラメーター

TKey

キーの型。

TValue

値の型です。

パラメーター

attributes
IDictionary<TKey,TValue>

属性。

適用対象

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

ソース:
TagBuilder.cs
ソース:
TagBuilder.cs

属性ディクショナリをマージします。

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)

型パラメーター

TKey

キーの型。

TValue

値の型です。

パラメーター

attributes
IDictionary<TKey,TValue>

属性。

replaceExisting
Boolean

既存の属性を置き換えるかどうか。

適用対象