PropertyEntry Konstruktorer

Definition

Skapar en ny instans av PropertyEntry klassen.

Överlagringar

Name Description
PropertyEntry()

Skapar en ny instans av PropertyEntry klassen.

PropertyEntry(PropertyValue)

Skapar en ny instans av PropertyEntry klassen som fungerar som en undereproperty för den angivna PropertyValue.

PropertyEntry()

Skapar en ny instans av PropertyEntry klassen.

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

Gäller för

PropertyEntry(PropertyValue)

Skapar en ny instans av PropertyEntry klassen som fungerar som en undereproperty för den angivna 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)

Parametrar

parentValue
PropertyValue

Den överordnade PropertyValue.

Kommentarer

För härledda värdinfrastrukturklasser.

Gäller för