Share via


FileDialog.CustomPlaces Vlastnost

Definice

Získá nebo nastaví seznam vlastních míst pro dialogová okna souboru.

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)

Hodnota vlastnosti

Seznam vlastních míst.

Poznámky

Dialogová okna Otevřít a uložit soubor mají na levé straně panel Oblíbené odkazy , který uživatelům umožňuje rychle přejít na jiné místo. Těmto odkazům se říká vlastní místa. Tato vlastnost umožňuje upravit seznam, který se zobrazí, když aplikace používá dialogové okno souboru.

Platí pro