IVsProjectCfgDebugTypeSelection.SetCurrentDebugType(String) Method

Definition

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.

Applies to