IVsProjectCfgDebugTypeSelection.GetCurrentDebugType(String) 方法

定义

检索当前调试类型。

public:
 void GetCurrentDebugType([Runtime::InteropServices::Out] System::String ^ % pbstrDebugType);
void GetCurrentDebugType([Runtime::InteropServices::Out] std::wstring const & & pbstrDebugType);
public void GetCurrentDebugType (out string pbstrDebugType);
abstract member GetCurrentDebugType : string -> unit
Public Sub GetCurrentDebugType (ByRef pbstrDebugType As String)

参数

pbstrDebugType
String

弄当前调试类型。

适用于