KeyPerFileConfigurationSource.IgnoreCondition 属性

定义

用于确定是否应忽略使用其文件名的文件。 默认为使用 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)

属性值

默认值为使用 IgnorePrefix

适用于