다음을 통해 공유


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것입니다.

적용 대상