ActivityCreationOptions<T>.Tags 属性

定义

获取将创建的活动使用的标记。Gets the tags that the activity will be created with.

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))

属性值

IEnumerable<KeyValuePair<String,Object>>

与活动关联的标记的键值对枚举。A key-value pair enumeration of tags associated with the activity.

适用于