ProcessLaunchActionContext.LaunchCommands 属性

定义

启动命令列表

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)

属性值

IReadOnlyList<LaunchCommand>

实现

适用于