IVsProjectCfgDebugTypeSelection.GetDebugTypeName(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.