BulkFileOperation.IVsSolutionReloadBatchHandler2.CanCommitBatchUI Method

Definition

Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.CanCommitBatchUI(Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch,System.UInt32,System.UInt32,System.UInt32@)
bool IVsSolutionReloadBatchHandler2.CanCommitBatchUI (Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch pBatch, uint dwElapsedSinceFirstChange, uint dwElapsedSinceLastChange, out uint pdwAskAgainTimeout);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler2.CanCommitBatchUI : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch * uint32 * uint32 * uint32 -> bool
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler2.CanCommitBatchUI : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch * uint32 * uint32 * uint32 -> bool
Function CanCommitBatchUI (pBatch As IVsSolutionReloadBatch, dwElapsedSinceFirstChange As UInteger, dwElapsedSinceLastChange As UInteger, ByRef pdwAskAgainTimeout As UInteger) As Boolean Implements IVsSolutionReloadBatchHandler2.CanCommitBatchUI

Parameters

pBatch
Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch
dwElapsedSinceFirstChange
UInt32
dwElapsedSinceLastChange
UInt32
pdwAskAgainTimeout
UInt32

Returns

Implements

Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.CanCommitBatchUI(Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch,System.UInt32,System.UInt32,System.UInt32@)

Applies to