SimpleEditorView::FQueryTerminate Method (Int32)
Visual Studio 2015
Called when the component manager wishes to know whether the view is in a state in which it can terminate.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- fPromptUser
-
Type:
System::Int32
true if the user should be prompted if it is necessary to terminate, false if the user should not be prompted.
Implements
IOleComponent::FQueryTerminate(Int32)By default this method is not implemented and returns true.
Show: