Compartilhar via


Método IOleComponent2.OnAppActivate (Int32, UInt32)

 

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 OnAppActivate(
    int fActive,
    uint dwOtherThreadID
)
void OnAppActivate(
    int fActive,
    unsigned int dwOtherThreadID
)
abstract OnAppActivate : 
        fActive:int *
        dwOtherThreadID:uint32 -> unit
Sub OnAppActivate (
    fActive As Integer,
    dwOtherThreadID As UInteger
)

Parâmetros

  • fActive
  • dwOtherThreadID

Implementações

IOleComponent.OnAppActivate(Int32, UInt32)

Consulte também

Interface IOleComponent2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo