次の方法で共有


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します。

適用対象