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

ユーザーの [最近使用したアイテム] フォルダーへの完全なパス。

適用対象