IVsProjectCfgDebugTypeSelection.GetCurrentDebugType(String) Method

Definition

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.

Applies to