DebugLaunchActionContext.LaunchConfiguration Eigenschaft
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.
Starten von Konfigurationsparametern
public:
property Microsoft::VisualStudio::Workspace::IPropertySettings ^ LaunchConfiguration { Microsoft::VisualStudio::Workspace::IPropertySettings ^ get(); void set(Microsoft::VisualStudio::Workspace::IPropertySettings ^ value); };
public Microsoft.VisualStudio.Workspace.IPropertySettings LaunchConfiguration { get; set; }
member this.LaunchConfiguration : Microsoft.VisualStudio.Workspace.IPropertySettings with get, set
Public Property LaunchConfiguration As IPropertySettings