Compartir a través de


KeyPerFileConfigurationSource.IgnoreCondition Propiedad

Definición

Se usa para determinar si un archivo se debe omitir mediante su nombre. Se usa IgnorePrefix de forma predeterminada.

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)

Valor de propiedad

El valor predeterminado es usar IgnorePrefix.

Se aplica a