FileDialog.CustomPlaces 属性

定义

获取或设置文件对话框的自定义空间的列表。

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)

属性值

自定义空间的列表。

注解

打开和保存文件对话框的左侧有一个 “收藏链接” 面板,允许用户快速导航到其他位置。 这些链接称为 自定义位置。 此属性允许修改应用程序使用文件对话框时显示的列表。

适用于