Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Called when the component manager wishes to know whether the view is in a state in which it can terminate.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public Overridable Function FQueryTerminate ( _
fPromptUser As Integer _
) As Integer
'Usage
Dim instance As SimpleEditorView
Dim fPromptUser As Integer
Dim returnValue As Integer
returnValue = instance.FQueryTerminate(fPromptUser)
public virtual int FQueryTerminate(
int fPromptUser
)
public:
virtual int FQueryTerminate(
int fPromptUser
)
abstract FQueryTerminate :
fPromptUser:int -> int
override FQueryTerminate :
fPromptUser:int -> int
public function FQueryTerminate(
fPromptUser : int
) : int
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.
Return Value
Type: System.Int32
true if the component can terminate, otherwise false.
Implements
IOleComponent.FQueryTerminate(Int32)
Remarks
By default this method is not implemented and returns true.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.