KeyPerFileConfigurationSource.IgnoreCondition Propriété

Définition

Permet de déterminer si un fichier doit être ignoré à l’aide de son nom. La valeur par défaut est l’utilisation de IgnorePrefix.

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

Valeur de propriété

La valeur par défaut est d’utiliser IgnorePrefix.

S’applique à