ProcessLaunchActionContext Class

Definition

Describes the context that can start processes based on file context.

public ref class ProcessLaunchActionContext : Microsoft::VisualStudio::Workspace::Extensions::Build::IProcessLaunchActionContext
[Windows::Foundation::Metadata::WebHostHidden]
class ProcessLaunchActionContext : Microsoft::VisualStudio::Workspace::Extensions::Build::IProcessLaunchActionContext
public class ProcessLaunchActionContext : Microsoft.VisualStudio.Workspace.Extensions.Build.IProcessLaunchActionContext
type ProcessLaunchActionContext = class
    interface IProcessLaunchActionContext
Public Class ProcessLaunchActionContext
Implements IProcessLaunchActionContext
Inheritance
ProcessLaunchActionContext
Derived
Implements

Constructors

ProcessLaunchActionContext(LaunchCommand[])

Initializes a new instance of the ProcessLaunchActionContext class.

ProcessLaunchActionContext(String, String)

Initializes a new instance of the ProcessLaunchActionContext class.

Properties

LaunchCommands

List of launch commands

Applies to