DebugLaunchActionContext Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| DebugLaunchActionContext(IPropertySettings, ILaunchDebugTargetProvider, ProjectTargetFileContext, String) |
Initialisiert eine neue Instanz der DebugLaunchActionContext-Klasse. |
| DebugLaunchActionContext(String, ILaunchDebugTargetProvider, ProjectTargetFileContext, String) |
Initialisiert eine neue Instanz der DebugLaunchActionContext-Klasse. |
DebugLaunchActionContext(IPropertySettings, ILaunchDebugTargetProvider, ProjectTargetFileContext, String)
Initialisiert eine neue Instanz der DebugLaunchActionContext-Klasse.
public DebugLaunchActionContext (Microsoft.VisualStudio.Workspace.IPropertySettings launchConfiguration, Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider provider, Microsoft.VisualStudio.Workspace.ProjectTargetFileContext projectFileContext = default, string buildConfiguration = default);
new Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext : Microsoft.VisualStudio.Workspace.IPropertySettings * Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider * Microsoft.VisualStudio.Workspace.ProjectTargetFileContext * string -> Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext
Public Sub New (launchConfiguration As IPropertySettings, provider As ILaunchDebugTargetProvider, Optional projectFileContext As ProjectTargetFileContext = Nothing, Optional buildConfiguration As String = Nothing)
Parameter
- launchConfiguration
- IPropertySettings
Starten von Konfigurationsparametern
- provider
- ILaunchDebugTargetProvider
Anbieter zum Starten dieses Kontexts
- projectFileContext
- ProjectTargetFileContext
Der Zielprojektdatei Kontext.
- buildConfiguration
- String
Buildkonfigurationseinstellung
Gilt für
DebugLaunchActionContext(String, ILaunchDebugTargetProvider, ProjectTargetFileContext, String)
Initialisiert eine neue Instanz der DebugLaunchActionContext-Klasse.
public DebugLaunchActionContext (string targetPath, Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider provider, Microsoft.VisualStudio.Workspace.ProjectTargetFileContext projectFileContext = default, string buildConfiguration = default);
new Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext : string * Microsoft.VisualStudio.Workspace.Debug.ILaunchDebugTargetProvider * Microsoft.VisualStudio.Workspace.ProjectTargetFileContext * string -> Microsoft.VisualStudio.Workspace.Debug.DebugLaunchActionContext
Public Sub New (targetPath As String, provider As ILaunchDebugTargetProvider, Optional projectFileContext As ProjectTargetFileContext = Nothing, Optional buildConfiguration As String = Nothing)
Parameter
- targetPath
- String
Zielpfad Debuggen
- provider
- ILaunchDebugTargetProvider
Anbieter zum Starten dieses Kontexts
- projectFileContext
- ProjectTargetFileContext
Der Zielprojektdatei Kontext.
- buildConfiguration
- String
Buildkonfigurationseinstellung