Metodo CommonMessagePump.IOleComponent.OnEnterState

Notifica al componente quando l'applicazione entra o esce dallo stato specificato.

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 IOleComponent.OnEnterState
void IOleComponent.OnEnterState(
    uint uStateID,
    int fEnter
)

Parametri

  • fEnter
    Tipo: System.Int32
    true se l'applicazione sta immettendo nello stato, false se si sta chiudendo lo stato.

Implementa

IOleComponent.OnEnterState(UInt32, Int32)

Note

Per ulteriori informazioni, vedere OnEnterState.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommonMessagePump Classe

Spazio dei nomi Microsoft.VisualStudio.Shell