KeyPerFileConfigurationSource.IgnoreCondition Egenskap

Definition

Används för att avgöra om en fil ska ignoreras med dess namn. Använder som standard 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)

Egenskapsvärde

Standardvärdet är att använda IgnorePrefix.

Gäller för