SystemDataPaths.Windows プロパティ

定義

Windows ディレクトリへのパスを取得します。

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

プロパティ値

String

Platform::String

winrt::hstring

Windows ディレクトリへの完全なパス。

適用対象