FileDialog.ValidateNames 속성

정의

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

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

속성 값

true잘못된 파일 이름이 제공될 때 경고가 표시되면 이고, 그렇지 않으면 . false 기본값은 true입니다.

특성

적용 대상