IVsDebuggerLaunchCompletionCallback.OnComplete 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.
public:
void OnComplete(int hr, System::UInt32 debugTargetCount, cli::array <Microsoft::VisualStudio::Shell::Interop::VsDebugTargetProcessInfo> ^ processInfoArray);
public void OnComplete (int hr, uint debugTargetCount, Microsoft.VisualStudio.Shell.Interop.VsDebugTargetProcessInfo[] processInfoArray);
abstract member OnComplete : int * uint32 * Microsoft.VisualStudio.Shell.Interop.VsDebugTargetProcessInfo[] -> unit
Public Sub OnComplete (hr As Integer, debugTargetCount As UInteger, processInfoArray As VsDebugTargetProcessInfo())
Parameters
- hr
- Int32
- debugTargetCount
- UInt32
- processInfoArray
- VsDebugTargetProcessInfo[]