Aracılığıyla paylaş


FileDialog.CustomPlaces Özellik

Tanım

Dosya iletişim kutuları için özel yerlerin 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

Dosya aç ve kaydet iletişim kutularının sol tarafında kullanıcıların hızla farklı bir konuma gitmelerini sağlayan sık kullanılan bağlantılar paneli bulunur. 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