Share via


IBuildService.CreateBatchFileContextAction Method

Definition

Create a File context action based on multiple known actions

public:
 Microsoft::VisualStudio::Workspace::IFileContextActionBase ^ CreateBatchFileContextAction(System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Workspace::IFileContextActionBase ^> ^ actions);
public Microsoft.VisualStudio.Workspace.IFileContextActionBase CreateBatchFileContextAction (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Workspace.IFileContextActionBase> actions);
abstract member CreateBatchFileContextAction : seq<Microsoft.VisualStudio.Workspace.IFileContextActionBase> -> Microsoft.VisualStudio.Workspace.IFileContextActionBase
Public Function CreateBatchFileContextAction (actions As IEnumerable(Of IFileContextActionBase)) As IFileContextActionBase

Parameters

actions
IEnumerable<IFileContextActionBase>

List of actions to chain

Returns

Aggregated context action

Applies to