IVsProjectCfgDebugTypeSelection::GetDebugTypeName Method (String^, String^)
Visual Studio 2015
Gets the localized debug type name from the debug type.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
void GetDebugTypeName(
String^ bstrDebugType,
[OutAttribute] String^% pbstrDebugTypeName
)
Parameters
- bstrDebugType
-
Type:
System::String^
[in] The debug type from which to retrieve the debug type name.
- pbstrDebugTypeName
-
Type:
System::String^
[out] The debug type name.
Show: