OleComponent.IOleComponent.FQueryTerminate Method

Microsoft internal use only.

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

Syntax

'Declaration
Private Function FQueryTerminate ( _
    fPromptUser As Integer _
) As Integer Implements IOleComponent.FQueryTerminate
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

  • fPromptUser
    Type: System.Int32

    A value indicating whether user prompting should occur if necessary.

Return Value

Type: System.Int32

Implements

IOleComponent.FQueryTerminate(Int32)

.NET Framework Security

See Also

Reference

OleComponent Class

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace