IVsSolution8.BatchProjectAction 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.
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[]
- pContext
- IVsBatchProjectActionContext