Udostępnij za pośrednictwem


PropertyEntry Konstruktory

Definicja

Tworzy nowe wystąpienie klasy PropertyEntry.

Przeciążenia

PropertyEntry()

Tworzy nowe wystąpienie klasy PropertyEntry.

PropertyEntry(PropertyValue)

Tworzy nowe wystąpienie PropertyEntry klasy, która służy jako podwłaściwość określonego PropertyValueobiektu .

PropertyEntry()

Tworzy nowe wystąpienie klasy PropertyEntry.

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

Dotyczy

PropertyEntry(PropertyValue)

Tworzy nowe wystąpienie PropertyEntry klasy, która służy jako podwłaściwość określonego PropertyValueobiektu .

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)

Parametry

parentValue
PropertyValue

Element nadrzędny PropertyValue.

Uwagi

W przypadku klas pochodnych infrastruktury hosta.

Dotyczy