AccountPickerOptions.CustomFilter Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le filtre personnalisé du sélecteur pour déterminer les comptes affichés. La définition de cette option désactive l’ajout d’une nouvelle fonctionnalité.
public:
property Func<System::Object ^, bool> ^ CustomFilter { Func<System::Object ^, bool> ^ get(); void set(Func<System::Object ^, bool> ^ value); };
public Func<object,bool> CustomFilter { get; set; }
member this.CustomFilter : Func<obj, bool> with get, set
Public Property CustomFilter As Func(Of Object, Boolean)
Valeur de propriété
Filtre.