PropertyEntry Konstruktoren

Definition

Erstellt eine neue Instanz der PropertyEntry Klasse.

Überlädt

Name Beschreibung
PropertyEntry()

Erstellt eine neue Instanz der PropertyEntry Klasse.

PropertyEntry(PropertyValue)

Erstellt eine neue Instanz der Klasse, die PropertyEntry als Untereigenschaft der angegebenen .PropertyValue

PropertyEntry()

Erstellt eine neue Instanz der PropertyEntry Klasse.

protected:
 PropertyEntry();
protected PropertyEntry();
Protected Sub New ()

Gilt für:

PropertyEntry(PropertyValue)

Erstellt eine neue Instanz der Klasse, die PropertyEntry als Untereigenschaft der angegebenen .PropertyValue

protected:
 PropertyEntry(System::Activities::Presentation::PropertyEditing::PropertyValue ^ parentValue);
protected PropertyEntry(System.Activities.Presentation.PropertyEditing.PropertyValue parentValue);
new System.Activities.Presentation.PropertyEditing.PropertyEntry : System.Activities.Presentation.PropertyEditing.PropertyValue -> System.Activities.Presentation.PropertyEditing.PropertyEntry
Protected Sub New (parentValue As PropertyValue)

Parameter

parentValue
PropertyValue

Das übergeordnete Element PropertyValue.

Hinweise

Für von der Hostinfrastruktur abgeleitete Klassen.

Gilt für: