FileDialog.CustomPlaces Özellik

Tanım

Dosya iletişim kutuları için özel yerler listesini alır veya ayarlar.

public:
 property System::Collections::Generic::IList<Microsoft::Win32::FileDialogCustomPlace ^> ^ CustomPlaces { System::Collections::Generic::IList<Microsoft::Win32::FileDialogCustomPlace ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Win32::FileDialogCustomPlace ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Win32.FileDialogCustomPlace> CustomPlaces { get; set; }
member this.CustomPlaces : System.Collections.Generic.IList<Microsoft.Win32.FileDialogCustomPlace> with get, set
Public Property CustomPlaces As IList(Of FileDialogCustomPlace)

Özellik Değeri

Özel yerler listesi.

Açıklamalar

Dosyayı aç ve kaydet iletişim kutuları, iletişim kutusunun sol tarafında kullanıcıların hızla farklı bir konuma gitmelerini sağlayan sık kullanılan bağlantılar paneli içerir. Bu bağlantılar özel yerler olarak adlandırılır. Bu özellik, uygulamanız bir dosya iletişim kutusu kullandığında görüntülenen listeyi değiştirmenize olanak tanır.

Şunlara uygulanır