Compartilhar via


IVsDebuggerLaunchAsync.LaunchDebugTargetsAsync Method

Definition

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[]

Applies to