ValidationAttributeAdapter<TAttribute>.MergeAttribute 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
에 대한 값이 없으면 attributes
지정된 key
및 value
을 에 attributes
추가합니다key
.
protected:
static bool MergeAttribute(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ attributes, System::String ^ key, System::String ^ value);
protected static bool MergeAttribute (System.Collections.Generic.IDictionary<string,string> attributes, string key, string value);
static member MergeAttribute : System.Collections.Generic.IDictionary<string, string> * string * string -> bool
Protected Shared Function MergeAttribute (attributes As IDictionary(Of String, String), key As String, value As String) As Boolean
매개 변수
- attributes
- IDictionary<String,String>
HTML 특성 사전입니다.
- key
- String
특성 키입니다.
- value
- String
특성 값입니다.
반환
true
특성이 추가되었으면 이고, 그렇지 않으면 false
입니다.