FileDialog.ValidateNames 속성

정의

대화 상자에서 유효한 Win32 파일 이름만 허용하는지 여부를 나타내는 값을 가져오거나 설정합니다.

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

속성 값

잘못된 파일 이름이 제공된 경우 경고를 표시하려면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

적용 대상