次の方法で共有


SystemDataPaths.System プロパティ

定義

Windows システム フォルダーへのパスを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

Windows システム フォルダーへの完全なパス。

適用対象