Condividi tramite


Metodo CommonMessagePump.IOleComponent.FReserved1

Riservato.

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

Sintassi

'Dichiarazione
Private Function FReserved1 ( _
    dwReserved As UInteger, _
    message As UInteger, _
    wParam As IntPtr, _
    lParam As IntPtr _
) As Integer Implements IOleComponent.FReserved1
int IOleComponent.FReserved1(
    uint dwReserved,
    uint message,
    IntPtr wParam,
    IntPtr lParam
)

Parametri

Valore restituito

Tipo: System.Int32
Restituisce sempre true.

Implementa

IOleComponent.FReserved1(UInt32, UInt32, IntPtr, IntPtr)

Note

Chiamato dal componente per determinare se il componente può terminare.Se il fPromptUser è FALSE, il componente deve restituire il valore TRUE se possono terminare e FALSE caso contrario.Se il fPromptUser è VERO, il componente deve restituire il valore TRUE se possono terminare senza richiedere all' utente.In caso contrario, il componente spostandosi chiede all' utente se può terminare quindi TRUE o FALSE di restituire in modo appropriato, o deve indicare perché non possono terminare e quindi restituisce FALSE.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommonMessagePump Classe

Spazio dei nomi Microsoft.VisualStudio.Shell