Método IOleComponent2.OnActivationChange (IOleComponent, Int32, OLECRINFO[], Int32, OLECHOSTINFO , 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 OnActivationChange(
    IOleComponent pic,
    int fSameComponent,
    OLECRINFO[] pcrinfo,
    int fHostIsActivating,
    OLECHOSTINFO[] pchostinfo,
    uint dwReserved
)
void OnActivationChange(
    IOleComponent^ pic,
    int fSameComponent,
    array<OLECRINFO>^ pcrinfo,
    int fHostIsActivating,
    array<OLECHOSTINFO>^ pchostinfo,
    unsigned int dwReserved
)
abstract OnActivationChange : 
        pic:IOleComponent *
        fSameComponent:int *
        pcrinfo:OLECRINFO[] *
        fHostIsActivating:int *
        pchostinfo:OLECHOSTINFO[] *
        dwReserved:uint32 -> unit
Sub OnActivationChange (
    pic As IOleComponent,
    fSameComponent As Integer,
    pcrinfo As OLECRINFO(),
    fHostIsActivating As Integer,
    pchostinfo As OLECHOSTINFO(),
    dwReserved As UInteger
)

Parâmetros

  • pic
  • fSameComponent
  • pcrinfo
  • fHostIsActivating
  • pchostinfo
  • dwReserved

Implementações

IOleComponent.OnActivationChange(IOleComponent, Int32, OLECRINFO[], Int32, OLECHOSTINFO[], UInt32)

Consulte também

Interface IOleComponent2
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo