Share via


KeyPerFileConfigurationSource.IgnoreCondition Proprietà

Definizione

Oggetto usato per determinare se un file deve essere ignorato in base al suo nome. Per impostazione predefinita viene usato 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)

Valore della proprietà

Il valore predefinito consiste nell'usare IgnorePrefix.

Si applica a