Share via


FileDialog.CustomPlaces Properti

Definisi

Mendapatkan atau mengatur daftar tempat kustom untuk kotak dialog file.

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)

Nilai Properti

Daftar tempat kustom.

Keterangan

Kotak dialog Buka dan simpan file memiliki panel Tautan Favorit di sisi kiri kotak dialog yang memungkinkan pengguna menavigasi dengan cepat ke lokasi lain. Tautan ini disebut tempat kustom. Properti ini memungkinkan Anda mengubah daftar yang muncul saat aplikasi Anda menggunakan kotak dialog file.

Berlaku untuk