DkmProcess.DebugLaunchSettings Property

Definition

Settings supplied during a start debugging operation from a project system or other caller of LaunchDebugTargets (or various other start debugging APIs).

public:
 property Microsoft::VisualStudio::Debugger::Start::DkmDebugLaunchSettings ^ DebugLaunchSettings { Microsoft::VisualStudio::Debugger::Start::DkmDebugLaunchSettings ^ get(); };
public:
 property Microsoft::VisualStudio::Debugger::Start::DkmDebugLaunchSettings ^ DebugLaunchSettings { Microsoft::VisualStudio::Debugger::Start::DkmDebugLaunchSettings ^ get(); };
public Microsoft.VisualStudio.Debugger.Start.DkmDebugLaunchSettings DebugLaunchSettings { get; }
member this.DebugLaunchSettings : Microsoft.VisualStudio.Debugger.Start.DkmDebugLaunchSettings
Public ReadOnly Property DebugLaunchSettings As DkmDebugLaunchSettings

Property Value

Returns DkmDebugLaunchSettings.

Applies to