BulkFileOperation.IVsSolutionReloadBatchHandler.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@)
virtual bool Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.CanCommitBatch(Microsoft::Internal::VisualStudio::Shell::Interop::IVsSolutionReloadBatch ^ pBatch, System::UInt32 dwElapsedSinceFirstChange, System::UInt32 dwElapsedSinceLastChange, [Runtime::InteropServices::Out] System::UInt32 % pdwAskAgainTimeout) = Microsoft::Internal::VisualStudio::Shell::Interop::IVsSolutionReloadBatchHandler::CanCommitBatch;
bool IVsSolutionReloadBatchHandler.CanCommitBatch (Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch pBatch, uint dwElapsedSinceFirstChange, uint dwElapsedSinceLastChange, out uint pdwAskAgainTimeout);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.CanCommitBatch : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatch * uint32 * uint32 * uint32 -> bool
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.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 IVsSolutionReloadBatchHandler.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@)