IVsProjectCfgDebugTypeSelection.GetDebugTypeName(String, String) 方法

定义

从调试类型中获取本地化的调试类型名称。

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

参数

bstrDebugType
String

中要从中检索调试类型名称的调试类型。

pbstrDebugTypeName
String

弄调试类型名称。

适用于