Metodo CommonMessagePump.IOleComponent2Private.OnEnterState

Chiamato quando l'ambiente non ha acquisito o lasciato in uno stato.

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

Sintassi

'Dichiarazione
Private Sub OnEnterState ( _
    uStateID As UInteger, _
    fEnter As Integer _
) Implements IOleComponent2Private.OnEnterState
void IOleComponent2Private.OnEnterState(
    uint uStateID,
    int fEnter
)

Parametri

  • fEnter
    Tipo: System.Int32
    true se lo stato viene inserito, false se lo stato sta chiudendo.

Implementa

IOleComponent2Private.OnEnterState(UInt32, Int32)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommonMessagePump Classe

Spazio dei nomi Microsoft.VisualStudio.Shell