다음을 통해 공유


TagBuilder.MergeAttributes 메서드

정의

오버로드

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

특성 사전을 병합합니다.

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

특성 사전을 병합합니다.

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

Source:
TagBuilder.cs
Source:
TagBuilder.cs
Source:
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)

Source:
TagBuilder.cs
Source:
TagBuilder.cs
Source:
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

기존 특성을 바꿀지 여부입니다.

적용 대상