FileDialogCustomPlaces.Desktop 属性

定义

获取用于将文件存储在当前用户的桌面上的文件夹。

public:
 static property Microsoft::Win32::FileDialogCustomPlace ^ Desktop { Microsoft::Win32::FileDialogCustomPlace ^ get(); };
public static Microsoft.Win32.FileDialogCustomPlace Desktop { get; }
static member Desktop : Microsoft.Win32.FileDialogCustomPlace
Public Shared ReadOnly Property Desktop As FileDialogCustomPlace

属性值

用于将文件存储在桌面上供当前用户使用的文件夹。

注解

此文件夹的 GUID 为 B4BFCC3A-DB2C-424C-B029-7FE99A87C641。

适用于