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 экземпляр был создан для свойства, которое не является свойством зависимостей.

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