BulkFileOperation.IVsSolutionReloadBatchHandler2.ExecuteReloadUI 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.
Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.ExecuteReloadUI(Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch,System.UInt32,System.Guid[],System.UInt32[])
void IVsSolutionReloadBatchHandler2.ExecuteReloadUI (Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch pBatch, uint dwProjectsToReload, Guid[] rgGuidProjects, uint[] rgReloadAction);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler2.ExecuteReloadUI : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch * uint32 * Guid[] * uint32[] -> unit
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler2.ExecuteReloadUI : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch * uint32 * Guid[] * uint32[] -> unit
Sub ExecuteReloadUI (pBatch As IVsSolutionReloadBatch, dwProjectsToReload As UInteger, rgGuidProjects As Guid(), rgReloadAction As UInteger()) Implements IVsSolutionReloadBatchHandler2.ExecuteReloadUI
Parameters
- pBatch
- Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch
- dwProjectsToReload
- UInt32
- rgGuidProjects
- Guid[]
- rgReloadAction
- UInt32[]
Implements
Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.ExecuteReloadUI(Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch,System.UInt32,System.Guid[],System.UInt32[])