IProcessLaunchActionContext.LaunchCommands Propriedade

Definição

Lista de comandos de inicialização

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Workspace::Extensions::Build::LaunchCommand ^> ^ LaunchCommands { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Workspace::Extensions::Build::LaunchCommand ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Workspace.Extensions.Build.LaunchCommand> LaunchCommands { get; }
member this.LaunchCommands : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Workspace.Extensions.Build.LaunchCommand>
Public ReadOnly Property LaunchCommands As IReadOnlyList(Of LaunchCommand)

Valor da propriedade

IReadOnlyList<LaunchCommand>

Aplica-se a