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


PropertyIdentifier.DependencyProperty - свойство

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

Свойство зависимостей, представленное этим идентификатором.

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

Синтаксис

'Декларация
Public ReadOnly Property DependencyProperty As DependencyProperty
'Применение
Dim instance As PropertyIdentifier
Dim value As DependencyProperty

value = instance.DependencyProperty
public DependencyProperty DependencyProperty { get; }
public:
property DependencyProperty^ DependencyProperty {
    DependencyProperty^ get ();
}
public function get DependencyProperty () : DependencyProperty

Значение свойства

Тип: System.Windows.DependencyProperty
Класс DependencyProperty, представленный этим идентификатором.

Заметки

Если идентификатор свойства не был инициализирован с помощью свойства зависимостей, свойство может иметь значение nullссылка null (Nothing в Visual Basic).

Разрешения

См. также

Ссылки

PropertyIdentifier Класс

PropertyIdentifier - члены

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

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

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