GetWinFXPath.WinFXWowPath 属性
定义
获取或设置 WoW WinFX 运行时的路径。Gets or sets the path for WoW WinFX run time.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::String ^ WinFXWowPath { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.Build.Framework.Required]
public string WinFXWowPath { get; set; }
[<Microsoft.Build.Framework.Required>]
member this.WinFXWowPath : string with get, set
Public Property WinFXWowPath As String
属性值
WoW WinFX 运行时的路径。The path for WoW WinFX run time.
- 属性