SingleTaskIdleManager::IOleComponent::FQueryTerminate Method (Int32)
Visual Studio 2015
Called when the component manager wishes to know if the component is in a state in which it can terminate.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int FQueryTerminate( int fPromptUser ) sealed = IOleComponent::FQueryTerminate
Parameters
- fPromptUser
-
Type:
System::Int32
true if the user should be prompted, otherwise false.
Return Value
Type: System::Int32If fPromptUser is false, the component should simply return true if it can terminate, false otherwise. If fPromptUser is true, the component should return true if it can terminate without prompting the user. Otherwise it should prompt the user, either asking the user if it can terminate and returning true or false appropriately, or giving an indication as to why it cannot terminate and returning false.
Implements
IOleComponent::FQueryTerminate(Int32)
Show: