BulkFileOperation.IVsSolutionReloadBatchHandler2.CanCommitBatch 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.CanCommitBatch(Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch,System.UInt32,System.UInt32,System.UInt32@)
bool IVsSolutionReloadBatchHandler2.CanCommitBatch (Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch pBatch, uint dwElapsedSinceFirstChange, uint dwElapsedSinceLastChange, out uint pdwAskAgainTimeout);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler2.CanCommitBatch : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch * uint32 * uint32 * uint32 -> bool
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler2.CanCommitBatch : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch * uint32 * uint32 * uint32 -> bool
Function CanCommitBatch (pBatch As IVsSolutionReloadBatch, dwElapsedSinceFirstChange As UInteger, dwElapsedSinceLastChange As UInteger, ByRef pdwAskAgainTimeout As UInteger) As Boolean Implements IVsSolutionReloadBatchHandler2.CanCommitBatch
Parameters
- pBatch
- Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch
- dwElapsedSinceFirstChange
- UInt32
- dwElapsedSinceLastChange
- UInt32
- pdwAskAgainTimeout
- UInt32
Returns
Implements
Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.CanCommitBatch(Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch,System.UInt32,System.UInt32,System.UInt32@)