ResolveComReference.SdkToolsPath 属性
定义
如果 ExecuteAsTool 为 true,则必须将此项设置为目标框架版本的 SDK 工具路径。If ExecuteAsTool is true, this must be set to the SDK tools path for the framework version being targeted.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property System::String ^ SdkToolsPath { System::String ^ get(); void set(System::String ^ value); };
public string SdkToolsPath { get; set; }
member this.SdkToolsPath : string with get, set
Public Property SdkToolsPath As String