ExportVsDebugLaunchTarget2Attribute.DebuggerTemplate 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
与此提供程序关联的调试器类型 (launch.vs.js上的类型字段)
public:
property System::String ^ DebuggerTemplate { System::String ^ get(); };
public:
property Platform::String ^ DebuggerTemplate { Platform::String ^ get(); };
public string DebuggerTemplate { get; }
member this.DebuggerTemplate : string
Public ReadOnly Property DebuggerTemplate As String