共用方式為


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 系統資料夾的完整路徑。

適用於