다음을 통해 공유


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 컨트롤에 대한 필터입니다.

적용 대상