次の方法で共有


ManagedParameterWrapper.Value プロパティ

定義

パラメーター オブジェクトの値を取得します。値の設定も可能です。

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

プロパティ値

パラメーター オブジェクトの値です。

実装

適用対象