BulkFileOperation.IVsSolutionReloadBatchHandler.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[])
virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.ExecuteReloadUI(Microsoft::Internal::VisualStudio::Shell::Interop::IVsSolutionReloadBatch ^ pBatch, System::UInt32 dwProjectsToReload, cli::array <Guid> ^ rgGuidProjects, cli::array <System::UInt32> ^ rgReloadAction) = Microsoft::Internal::VisualStudio::Shell::Interop::IVsSolutionReloadBatchHandler::ExecuteReloadUI;
void IVsSolutionReloadBatchHandler.ExecuteReloadUI (Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch pBatch, uint dwProjectsToReload, Guid[] rgGuidProjects, uint[] rgReloadAction);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.ExecuteReloadUI : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch * uint32 * Guid[] * uint32[] -> unit
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.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 IVsSolutionReloadBatchHandler.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[])