Interop.ActivityMetaProperties 属性

定义

Activity 的元数据对应的名称/值对集合,例如活动的 Name 属性,或 WhileActivity 活动的 Condition 属性。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ ActivityMetaProperties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.Generic.IDictionary<string,object> ActivityMetaProperties { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ActivityMetaProperties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property ActivityMetaProperties As IDictionary(Of String, Object)

属性值

Activity 的元数据集合。

属性

适用于