Metodo CommonMessagePump.IOleComponent2Private.FQueryTerminate

Chiamato quando l'amministratore componente desidera sapere se il componente sia in uno stato in cui può terminare.

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Private Function FQueryTerminate ( _
    fPromptUser As Integer _
) As Integer Implements IOleComponent2Private.FQueryTerminate
int IOleComponent2Private.FQueryTerminate(
    int fPromptUser
)

Parametri

  • fPromptUser
    Tipo: System.Int32
    true se il componente richiede se l'utente deve terminare, false se richiede all' utente.

Valore restituito

Tipo: System.Int32
Restituisce sempre 1.

Implementa

IOleComponent2Private.FQueryTerminate(Int32)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommonMessagePump Classe

Spazio dei nomi Microsoft.VisualStudio.Shell