InstanceValue Konstruktoren

Definition

Initialisiert eine Instanz der InstanceValue Klasse.

Überlädt

Name Beschreibung
InstanceValue(Object)

Initialisiert eine Instanz der InstanceValue Klasse mithilfe eines Wertobjekts, das als Parameter übergeben wird.

InstanceValue(Object, InstanceValueOptions)

Initialisiert eine Instanz der Klasse mithilfe des InstanceValue Werts Object und der Optionen für diese Werte, die als Parameter übergeben werden.

InstanceValue(Object)

Initialisiert eine Instanz der InstanceValue Klasse mithilfe eines Wertobjekts, das als Parameter übergeben wird.

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)

Parameter

value
Object

Das Wertobjekt.

Gilt für:

InstanceValue(Object, InstanceValueOptions)

Initialisiert eine Instanz der Klasse mithilfe des InstanceValue Werts Object und der Optionen für diese Werte, die als Parameter übergeben werden.

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)

Parameter

value
Object

Das Wertobjekt.

options
InstanceValueOptions

Die Optionen für das Wertobjekt. Weitere Informationen finden Sie unter InstanceValueOptions.

Gilt für: