OleComponent.FQueryTerminateCore Method

Default implemmentation of FQueryTerminate. Simply raises the QueryTerminate event if there are listeners.

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Protected Overridable Function FQueryTerminateCore ( _
    fPromptUser As Integer _
) As Boolean
‘사용 방법
Dim fPromptUser As Integer
Dim returnValue As Boolean

returnValue = Me.FQueryTerminateCore(fPromptUser)
protected virtual bool FQueryTerminateCore(
    int fPromptUser
)
protected:
virtual bool FQueryTerminateCore(
    int fPromptUser
)
abstract FQueryTerminateCore : 
        fPromptUser:int -> bool 
override FQueryTerminateCore : 
        fPromptUser:int -> bool 
protected function FQueryTerminateCore(
    fPromptUser : int
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

OleComponent Class

OleComponent Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace