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 系统文件夹的完整路径。

适用于