共用方式為


SystemDataPaths.UserProfiles 屬性

定義

取得電腦使用者設定檔的路徑。

public:
 property Platform::String ^ UserProfiles { Platform::String ^ get(); };
winrt::hstring UserProfiles();
public string UserProfiles { get; }
var string = systemDataPaths.userProfiles;
Public ReadOnly Property UserProfiles As String

屬性值

String

Platform::String

winrt::hstring

使用者設定檔的完整路徑。

適用於