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