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

属性

适用于