TagList.Add 메서드

정의

오버로드

Add(KeyValuePair<String,Object>)

목록에 태그를 추가합니다.

Add(String, Object)

지정된 keyvalue 가 있는 태그를 목록에 추가합니다.

Add(KeyValuePair<String,Object>)

Source:
TagList.cs
Source:
TagList.cs
Source:
TagList.cs

목록에 태그를 추가합니다.

public:
 virtual void Add(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> tag);
public void Add (System.Collections.Generic.KeyValuePair<string,object?> tag);
abstract member Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
override this.Add : System.Collections.Generic.KeyValuePair<string, obj> -> unit
Public Sub Add (tag As KeyValuePair(Of String, Object))

매개 변수

tag
KeyValuePair<String,Object>

목록에 추가할 태그의 키-값 쌍입니다.

구현

적용 대상

Add(String, Object)

Source:
TagList.cs
Source:
TagList.cs
Source:
TagList.cs

지정된 keyvalue 가 있는 태그를 목록에 추가합니다.

public:
 void Add(System::String ^ key, System::Object ^ value);
public void Add (string key, object? value);
member this.Add : string * obj -> unit
Public Sub Add (key As String, value As Object)

매개 변수

key
String

태그 키입니다.

value
Object

태그 값입니다.

적용 대상