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 です。

属性

適用対象