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

屬性

適用於