次の方法で共有


SystemDataPaths.SystemX86 プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

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

適用対象