Compartilhar via


TypeResolvingOptions.Filter Propriedade

Definição

Obtém ou define um filtro usado para filtrar os tipos no controle 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)

Valor da propriedade

O filtro para o TypePresenter controle.

Aplica-se a