Freigeben über


CommonMessagePump.IOleComponent.FQueryTerminate Method

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

Syntax

'Declaration
Private Function FQueryTerminate ( _
    fPromptUser As Integer _
) As Integer Implements IOleComponent.FQueryTerminate
'Usage
Dim instance As CommonMessagePump
Dim fPromptUser As Integer
Dim returnValue As Integer

returnValue = CType(instance, IOleComponent).FQueryTerminate(fPromptUser)
int IOleComponent.FQueryTerminate(
    int fPromptUser
)
private:
virtual int FQueryTerminate(
    int fPromptUser
) sealed = IOleComponent::FQueryTerminate
private abstract FQueryTerminate : 
        fPromptUser:int -> int 
private override FQueryTerminate : 
        fPromptUser:int -> int 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IOleComponent.FQueryTerminate(Int32)

.NET Framework Security

See Also

Reference

CommonMessagePump Class

CommonMessagePump Members

Microsoft.VisualStudio.Shell Namespace