IVsProjectCfgDebugTypeSelection.SetCurrentDebugType(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.
Sets the current debug type.
public:
void SetCurrentDebugType(System::String ^ bstrDebugType);
public:
void SetCurrentDebugType(Platform::String ^ bstrDebugType);
void SetCurrentDebugType(std::wstring const & bstrDebugType);
public void SetCurrentDebugType (string bstrDebugType);
abstract member SetCurrentDebugType : string -> unit
Public Sub SetCurrentDebugType (bstrDebugType As String)
Parameters
- bstrDebugType
- String
[in] The debug type to be set as current.