FileDialog.CustomPlaces Egenskap

Definition

Hämtar eller anger listan över anpassade platser för fildialogrutor.

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)

Egenskapsvärde

Listan över anpassade platser.

Kommentarer

Öppna och spara fildialogrutor har en panel med favoritlänkar till vänster i dialogrutan som gör att användarna snabbt kan navigera till en annan plats. Dessa länkar kallas anpassade platser. Med den här egenskapen kan du ändra listan som visas när programmet använder en fildialogruta.

Gäller för