共用方式為


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

適用於