BulkFileOperation.IVsSolutionReloadBatchHandler.CanJoin 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.
virtual bool Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.CanJoin(Microsoft::Internal::VisualStudio::Shell::Interop::IVsSolutionReloadBatchHandler ^ pCurrent) = Microsoft::Internal::VisualStudio::Shell::Interop::IVsSolutionReloadBatchHandler::CanJoin;
bool IVsSolutionReloadBatchHandler.CanJoin (Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler pCurrent);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.CanJoin : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler -> bool
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.CanJoin : Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler -> bool
Function CanJoin (pCurrent As IVsSolutionReloadBatchHandler) As Boolean Implements IVsSolutionReloadBatchHandler.CanJoin
Parameters
- pCurrent
- Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler
Returns
Implements
Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler.CanJoin(Microsoft.Internal.VisualStudio.Shell.Interop.IVsSolutionReloadBatchHandler)