Поделиться через


PropertyIdentifier - конструктор (DependencyProperty)

Обновлен: Ноябрь 2007

Инициализация нового экземпляра класса PropertyIdentifier.

Пространство имен:  Microsoft.Windows.Design.Model
Сборка:  Microsoft.Windows.Design.Extensibility (в Microsoft.Windows.Design.Extensibility.dll)

Синтаксис

'Декларация
Public Sub New ( _
    property As DependencyProperty _
)
'Применение
Dim property As DependencyProperty

Dim instance As New PropertyIdentifier(property)
public PropertyIdentifier(
    DependencyProperty property
)
public:
PropertyIdentifier(
    DependencyProperty^ property
)
public function PropertyIdentifier(
    property : DependencyProperty
)

Параметры

Разрешения

См. также

Ссылки

PropertyIdentifier Класс

PropertyIdentifier - члены

PropertyIdentifier - перегрузка

Microsoft.Windows.Design.Model - пространство имен

Другие ресурсы

Архитектура расширяемости конструктора WPF