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í panel Oblíbené odkazy na levé straně dialogového okna, který umožňuje uživatelům 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 soubor.

Platí pro