次の方法で共有


ProcessLaunchActionContext.LaunchCommands Property

Definition

List of launch commands

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)

Property Value

Implements

Applies to