Share via


FileDialog.CheckFileExists Özellik

Tanım

Kullanıcı var olmayan bir dosya adı belirtirse dosya iletişim kutusunun uyarı görüntüleyip görüntülemediğini belirten bir değer alır veya ayarlar.

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

Özellik Değeri

true uyarılar görüntülenirse; aksi takdirde , false. Bu temel sınıfta varsayılan değer şeklindedir false.

Öznitelikler

Açıklamalar

sınıfı OpenFileDialog bu özelliği oluşturucusunda olarak true ayarlar.

Şunlara uygulanır