共用方式為


UserDataPaths.Recent 屬性

定義

取得使用者 [最近使用的專案] 資料夾的路徑。

public:
 property Platform::String ^ Recent { Platform::String ^ get(); };
winrt::hstring Recent();
public string Recent { get; }
var string = userDataPaths.recent;
Public ReadOnly Property Recent As String

屬性值

String

Platform::String

winrt::hstring

使用者 [最近使用的專案] 資料夾的完整路徑。

適用於