次の方法で共有


Scope.Properties プロパティ

定義

オブジェクトを拡張するプロパティ バッグを取得します。

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

プロパティ値

プロパティ バッグ。

適用対象