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

属性值

与活动关联的标记的键值对枚举。

适用于