IVsProjectCfgDebugTypeSelection.GetCurrentDebugType(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.
Retrieves the current debug type.
public:
void GetCurrentDebugType([Runtime::InteropServices::Out] System::String ^ % pbstrDebugType);
void GetCurrentDebugType([Runtime::InteropServices::Out] std::wstring const & & pbstrDebugType);
public void GetCurrentDebugType (out string pbstrDebugType);
abstract member GetCurrentDebugType : string -> unit
Public Sub GetCurrentDebugType (ByRef pbstrDebugType As String)
Parameters
- pbstrDebugType
- String
[out] The current debug type.