DependencyPropertyDescriptor 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供 PropertyDescriptor 的扩展,用于说明依赖属性的其他属性特征。
public ref class DependencyPropertyDescriptor sealed : System::ComponentModel::PropertyDescriptor
public sealed class DependencyPropertyDescriptor : System.ComponentModel.PropertyDescriptor
type DependencyPropertyDescriptor = class
inherit PropertyDescriptor
Public NotInheritable Class DependencyPropertyDescriptor
Inherits PropertyDescriptor
- 继承
注解
此类主要用于设计器应用程序。 这些应用程序可能需要通过属性窗口或其他用于编辑属性值的工具报告依赖属性特征。
若要检查特定属性以确定它是否有 DependencyPropertyDescriptor 可用作 PropertyDescriptor、调用 DependencyPropertyDescriptor.FromProperty(PropertyDescriptor)还是 DependencyPropertyDescriptor.FromName。 如果任一方法返回 null
,则该属性不是依赖属性。 如果方法返回有效的 DependencyPropertyDescriptor,则该属性是依赖属性。