다음을 통해 공유


ActivityCreationOptions<T>.Tags 속성

정의

활동을 만드는 데 사용할 태그를 가져옵니다.

public:
 property System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ Tags { System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object?>>? Tags { get; }
member this.Tags : seq<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property Tags As IEnumerable(Of KeyValuePair(Of String, Object))

속성 값

활동과 연결된 태그의 키-값 쌍 열거형입니다.

적용 대상