PropertyFilter.IsEmpty 属性

获取一个值,通过该值指示 PropertyFilter 是否包含任何谓词。

命名空间:  Microsoft.Windows.Design.PropertyEditing
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public ReadOnly Property IsEmpty As Boolean
    Get
public bool IsEmpty { get; }
public:
property bool IsEmpty {
    bool get ();
}
member IsEmpty : bool
function get IsEmpty () : boolean

属性值

类型:System.Boolean
如果此 PropertyFilter 没有任何谓词,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

PropertyFilter 类

Microsoft.Windows.Design.PropertyEditing 命名空间

其他资源

WPF 设计器扩展性

属性编辑体系结构