Compartir a través de


TypeResolvingOptions.Filter Propiedad

Definición

Obtiene o establece un filtro usado para filtrar los tipos en el control 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 de propiedad

El filtro para el control TypePresenter.

Se aplica a