共用方式為


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

適用於