BulkFileOperation.IVsSolutionReloadBatchHandler2.ExecuteReloadWithProjectDefinitionsUI Method

Definition

System.Object.Microsoft#Internal#VisualStudio#Shell#Interop#IVsSolutionReloadBatchHandler2#ExecuteReloadWithProjectDefinitionsUI(Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch,System.UInt32,System.Guid[],Microsoft.Internal.VisualStudio.Shell.Interop.IVsProjectDefinitionInSolution[],System.UInt32[])
void IVsSolutionReloadBatchHandler2.ExecuteReloadWithProjectDefinitionsUI (Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch batch, uint numProjects, Guid[] projectGuids, Microsoft.Internal.VisualStudio.Shell.Interop.IVsProjectDefinitionInSolution[] projectDefinitions, uint[] reloadAction);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler2.ExecuteReloadWithProjectDefinitionsUI : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch * uint32 * Guid[] * Microsoft.Internal.VisualStudio.Shell.Interop.IVsProjectDefinitionInSolution[] * uint32[] -> unit
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler2.ExecuteReloadWithProjectDefinitionsUI : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch * uint32 * Guid[] * Microsoft.Internal.VisualStudio.Shell.Interop.IVsProjectDefinitionInSolution[] * uint32[] -> unit
Sub ExecuteReloadWithProjectDefinitionsUI (batch As IVsSolutionReloadBatch, numProjects As UInteger, projectGuids As Guid(), projectDefinitions As IVsProjectDefinitionInSolution(), reloadAction As UInteger()) Implements IVsSolutionReloadBatchHandler2.ExecuteReloadWithProjectDefinitionsUI

Parameters

batch
Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch
numProjects
UInt32
projectGuids
Guid[]
projectDefinitions
Microsoft.Internal.VisualStudio.Shell.Interop.IVsProjectDefinitionInSolution[]
reloadAction
UInt32[]

Applies to