TypeResolvingOptions.Filter 属性

定义

获取或设置在 TypePresenter 控件中用来筛选类型的筛选器。

public:
 property Func<Type ^, bool> ^ Filter { Func<Type ^, bool> ^ get(); void set(Func<Type ^, bool> ^ value); };
public Func<Type,bool> Filter { get; set; }
member this.Filter : Func<Type, bool> with get, set
Public Property Filter As Func(Of Type, Boolean)

属性值

用于 TypePresenter 控件的筛选器。

适用于