IVsDebugLaunchTargetProvider2.SetupDebugTargetInfo Yöntem

Tanım

Şablon Şeması ve başlatma bağlamından VsDebugTargetInfo önceden ayarlandıktan sonra genel vs hata ayıklayıcısı başlatıcısı tarafından çağırılır. Önemsiz olmayan durumlar için VsDebugTargetInfo yapısı üzerinde daha fazla özelleştirme gerçekleşsin.

public:
 void SetupDebugTargetInfo(Microsoft::VisualStudio::Shell::Interop::VsDebugTargetInfo4 % vsDebugTargetInfo, Microsoft::VisualStudio::Workspace::Debug::DebugLaunchActionContext ^ debugLaunchContext);
public void SetupDebugTargetInfo (ref Microsoft.VisualStudio.Shell.Interop.VsDebugTargetInfo4 vsDebugTargetInfo, Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext debugLaunchContext);
abstract member SetupDebugTargetInfo : VsDebugTargetInfo4 * Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext -> unit
Public Sub SetupDebugTargetInfo (ByRef vsDebugTargetInfo As VsDebugTargetInfo4, debugLaunchContext As DebugLaunchActionContext)

Parametreler

vsDebugTargetInfo
VsDebugTargetInfo4

IVsDebugger4 tarafından kullanılan VS özgü hedef bilgileri yapısı

debugLaunchContext
DebugLaunchActionContext

Hata ayıklama başlatma geçildi

Şunlara uygulanır