Método IOleComponent2.OnEnterState (UInt32, Int32)

 

Publicado: abril de 2016

Use Base

True

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (em Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Sintaxe

void OnEnterState(
    uint uStateID,
    int fEnter
)
void OnEnterState(
    unsigned int uStateID,
    int fEnter
)
abstract OnEnterState : 
        uStateID:uint32 *
        fEnter:int -> unit
Sub OnEnterState (
    uStateID As UInteger,
    fEnter As Integer
)

Parâmetros

  • uStateID
  • fEnter

Implementações

IOleComponent.OnEnterState(UInt32, Int32)

Consulte também

Interface IOleComponent2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo