FileDialog.CustomPlaces Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.