FileDialog.CustomPlaces 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置文件对话框的自定义空间的列表。
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)
属性值
自定义空间的列表。
注解
打开和保存文件对话框的左侧有一个 “收藏链接” 面板,允许用户快速导航到其他位置。 这些链接称为 自定义位置。 此属性允许修改应用程序使用文件对话框时显示的列表。