SystemDataPaths.SystemX64 プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象