次の方法で共有


ActionModel.Properties プロパティ

定義

アクションに関連付けられているプロパティのセットを取得します。 これらのプロパティは に Propertiesコピーされます。

public:
 property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<object,object> Properties { get; }
public System.Collections.Generic.IDictionary<object,object?> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property Properties As IDictionary(Of Object, Object)

プロパティ値

実装

注釈

エントリは、 と PropertiesProperties同じキーを持つエントリよりも優先されます。

適用対象