FileDialog.CheckPathExists 속성

정의

경로 및 파일 이름이 잘못 입력된 경우 경고를 표시할지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property bool CheckPathExists { bool get(); void set(bool value); };
public bool CheckPathExists { get; [System.Security.SecurityCritical] set; }
public bool CheckPathExists { get; set; }
[<set: System.Security.SecurityCritical>]
member this.CheckPathExists : bool with get, set
member this.CheckPathExists : bool with get, set
Public Property CheckPathExists As Boolean

속성 값

경고가 표시되면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상