FileDialogCustomPlace 类

定义

表示 FileDialog 自定义空间列表中的项。

public ref class FileDialogCustomPlace sealed
public sealed class FileDialogCustomPlace
type FileDialogCustomPlace = class
Public NotInheritable Class FileDialogCustomPlace
继承
FileDialogCustomPlace

注解

从 Windows Vista 开始,打开和保存文件对话框的左侧有一个 “收藏夹链接” 面板,允许用户快速导航到其他位置。 这些链接称为自定义位置。 此类允许您修改您的应用程序使用文件对话框时显示的列表。 有关自定义位置的已知文件夹的列表,请参阅 FileDialogCustomPlaces

构造函数

FileDialogCustomPlace(Guid)

使用指定的已知文件夹 GUID 初始化 FileDialogCustomPlace 类的新实例。

FileDialogCustomPlace(String)

使用指定的路径初始化 FileDialogCustomPlace 类的新实例。

属性

KnownFolder

获取自定义空间的已知文件夹的 GUID。

Path

获取自定义空间的文件路径。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅