IVsProjectCfgDebugTypeSelection.GetDebugTypeName(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从调试类型中获取本地化的调试类型名称。
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
弄调试类型名称。