DebugLaunchActionContext.LaunchConfiguration Property
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.
Launch configuration parameters
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