DependencyPropertyDescriptor.DependencyProperty Свойство

Определение

Возвращает идентификатор свойства зависимостей.

public:
 property System::Windows::DependencyProperty ^ DependencyProperty { System::Windows::DependencyProperty ^ get(); };
public System.Windows.DependencyProperty DependencyProperty { get; }
member this.DependencyProperty : System.Windows.DependencyProperty
Public ReadOnly Property DependencyProperty As DependencyProperty

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

Идентификатор для свойства зависимостей.

Комментарии

Это свойство может иметь значение null , DependencyPropertyDescriptor если экземпляр был создан для свойства, не являющегося свойством зависимостей.

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