IVsProjectCfgDebugTypeSelection::GetDebugTypeName Method (String^, String^)

 

Gets the localized debug type name from the debug type.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return to top
Show: