次の方法で共有


InstanceValue コンストラクター

定義

InstanceValue クラスのインスタンスを初期化します。

オーバーロード

InstanceValue(Object)

パラメーターとして渡される値オブジェクトを使用して、InstanceValue クラスのインスタンスを初期化します。

InstanceValue(Object, InstanceValueOptions)

パラメーターとして渡される値オブジェクトとこれらの値のオプションを使用して、InstanceValue クラスのインスタンスを初期化します。

InstanceValue(Object)

パラメーターとして渡される値オブジェクトを使用して、InstanceValue クラスのインスタンスを初期化します。

public:
 InstanceValue(System::Object ^ value);
public InstanceValue (object value);
new System.Runtime.DurableInstancing.InstanceValue : obj -> System.Runtime.DurableInstancing.InstanceValue
Public Sub New (value As Object)

パラメーター

value
Object

値オブジェクト。

適用対象

InstanceValue(Object, InstanceValueOptions)

パラメーターとして渡される値オブジェクトとこれらの値のオプションを使用して、InstanceValue クラスのインスタンスを初期化します。

public:
 InstanceValue(System::Object ^ value, System::Runtime::DurableInstancing::InstanceValueOptions options);
public InstanceValue (object value, System.Runtime.DurableInstancing.InstanceValueOptions options);
new System.Runtime.DurableInstancing.InstanceValue : obj * System.Runtime.DurableInstancing.InstanceValueOptions -> System.Runtime.DurableInstancing.InstanceValue
Public Sub New (value As Object, options As InstanceValueOptions)

パラメーター

value
Object

値オブジェクト。

options
InstanceValueOptions

値オブジェクトのオプション。 詳細については、「InstanceValueOptions」を参照してください。

適用対象