IVsProjectCfgDebugTypeSelection.GetDebugTypeName(String, String) Method

Definition

Gets the localized debug type name from the debug type.

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)

Parameters

bstrDebugType
String

[in] The debug type from which to retrieve the debug type name.

pbstrDebugTypeName
String

[out] The debug type name.

Applies to