SpecialDirectoriesProxy.Desktop 属性

定义

获取指向 Desktop 目录的路径名称。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ Desktop { System::String ^ get(); };
public string Desktop { get; }
member this.Desktop : string
Public ReadOnly Property Desktop As String

属性值

Desktop 目录的路径。

例外

路径为空,通常是因为操作系统不支持该目录。

示例

本示例显示 中 MessageBox桌面目录的路径。

MsgBox(My.Computer.FileSystem.SpecialDirectories.Desktop)

注解

SpecialDirectories 对象包含指向常用引用目录的路径。

适用于

另请参阅