IVsDebuggerLaunchAsync.LaunchDebugTargetsAsync 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 LaunchDebugTargetsAsync(System::UInt32 debugTargetCount, cli::array <Microsoft::VisualStudio::Shell::Interop::VsDebugTargetInfo4> ^ debugTargetArray, Microsoft::VisualStudio::Shell::Interop::IVsDebuggerLaunchCompletionCallback ^ completionCallback);
public void LaunchDebugTargetsAsync (uint debugTargetCount, Microsoft.VisualStudio.Shell.Interop.VsDebugTargetInfo4[] debugTargetArray, Microsoft.VisualStudio.Shell.Interop.IVsDebuggerLaunchCompletionCallback completionCallback);
abstract member LaunchDebugTargetsAsync : uint32 * Microsoft.VisualStudio.Shell.Interop.VsDebugTargetInfo4[] * Microsoft.VisualStudio.Shell.Interop.IVsDebuggerLaunchCompletionCallback -> unit
Public Sub LaunchDebugTargetsAsync (debugTargetCount As UInteger, debugTargetArray As VsDebugTargetInfo4(), completionCallback As IVsDebuggerLaunchCompletionCallback)
Parameters
- debugTargetCount
- UInt32
- debugTargetArray
- VsDebugTargetInfo4[]
- completionCallback
- IVsDebuggerLaunchCompletionCallback