InstanceValue 建構函式

定義

初始化該 InstanceValue 類別的實例。

多載

名稱 Description
InstanceValue(Object)

透過以參數傳遞的值物件初始化該 InstanceValue 類別的實例。

InstanceValue(Object, InstanceValueOptions)

透過使用值 Object 及這些值的參數選項初始化類別實例 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)

透過使用值 Object 及這些值的參數選項初始化類別實例 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

適用於