IBuildService.CreateBatchFileContextAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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