共用方式為


PropertyFilter 建構函式 (IEnumerable<PropertyFilterPredicate>)

初始化 PropertyFilter 類別的新執行個體。

命名空間:  Microsoft.Windows.Design.PropertyEditing
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Sub New ( _
    predicates As IEnumerable(Of PropertyFilterPredicate) _
)
public PropertyFilter(
    IEnumerable<PropertyFilterPredicate> predicates
)
public:
PropertyFilter(
    IEnumerable<PropertyFilterPredicate^>^ predicates
)
new : 
        predicates:IEnumerable<PropertyFilterPredicate> -> PropertyFilter
public function PropertyFilter(
    predicates : IEnumerable<PropertyFilterPredicate>
)

參數

.NET Framework 安全性

請參閱

參考

PropertyFilter 類別

PropertyFilter 多載

Microsoft.Windows.Design.PropertyEditing 命名空間

其他資源

WPF 設計工具擴充性

屬性編輯架構