PropertyEntry Конструкторы

Определение

Создает новый экземпляр класса PropertyEntry.

Перегрузки

PropertyEntry()

Создает новый экземпляр класса PropertyEntry.

PropertyEntry(PropertyValue)

Создает новый экземпляр класса PropertyEntry, который служит подсвойством заданного PropertyValue.

PropertyEntry()

Создает новый экземпляр класса PropertyEntry.

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

Применяется к

PropertyEntry(PropertyValue)

Создает новый экземпляр класса PropertyEntry, который служит подсвойством заданного 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)

Параметры

parentValue
PropertyValue

Родительский объект PropertyValue.

Комментарии

Для производных классов инфраструктуры узла.

Применяется к