Compartilhar via


IVsSolution8.BatchProjectAction Method

Definition

public:
 int BatchProjectAction(System::UInt32 action, System::UInt32 dwFlags, System::UInt32 dwNumProjects, cli::array <Guid> ^ rgProjects, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsBatchProjectActionContext ^ % pContext);
public int BatchProjectAction (uint action, uint dwFlags, uint dwNumProjects, Guid[] rgProjects, out Microsoft.VisualStudio.Shell.Interop.IVsBatchProjectActionContext pContext);
abstract member BatchProjectAction : uint32 * uint32 * uint32 * Guid[] * IVsBatchProjectActionContext -> int
Public Function BatchProjectAction (action As UInteger, dwFlags As UInteger, dwNumProjects As UInteger, rgProjects As Guid(), ByRef pContext As IVsBatchProjectActionContext) As Integer

Parameters

action
UInt32
dwFlags
UInt32
dwNumProjects
UInt32
rgProjects
Guid[]

Returns

Applies to