FileDialog.CheckPathExists 속성

정의

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

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

속성 값

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

특성

적용 대상