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