InstanceValue 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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。