Activity.TagObjects 속성

정의

활동과 함께 로그할 정보를 나타내는 태그 목록을 가져옵니다. 이 정보는 이 활동의 자식으로 전달되지 않습니다.

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

속성 값

태그 및 개체의 키-값 쌍 열거형입니다.

적용 대상