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のメタデータのコレクション。

属性

適用対象