CommonMessagePump.IOleComponent.OnAppActivate(Int32, UInt32) Méthode

Définition

Informe le composant lorsque l'application hôte gagne ou détruit l'activation.

 virtual void Microsoft.VisualStudio.OLE.Interop.IOleComponent.OnAppActivate(int fActive, System::UInt32 dwOtherThreadID) = Microsoft::VisualStudio::OLE::Interop::IOleComponent::OnAppActivate;
 virtual void Microsoft.VisualStudio.OLE.Interop.IOleComponent.OnAppActivate(int fActive, unsigned int dwOtherThreadID) = Microsoft::VisualStudio::OLE::Interop::IOleComponent::OnAppActivate;
void Microsoft.VisualStudio.OLE.Interop.IOleComponent.OnAppActivate(int fActive, unsigned int dwOtherThreadID);
void IOleComponent.OnAppActivate (int fActive, uint dwOtherThreadID);
abstract member Microsoft.VisualStudio.OLE.Interop.IOleComponent.OnAppActivate : int * uint32 -> unit
override this.Microsoft.VisualStudio.OLE.Interop.IOleComponent.OnAppActivate : int * uint32 -> unit
Sub OnAppActivate (fActive As Integer, dwOtherThreadID As UInteger) Implements IOleComponent.OnAppActivate

Paramètres

fActive
Int32

True si l'application est activée, false si elle perd l'activation.

dwOtherThreadID
UInt32

ID du thread qui détient la fenêtre.

Implémente

Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate(System.Int32,System.UInt32)

Remarques

Consultez la rubrique OnAppActivate (éventuellement en anglais) pour plus d'informations.

S’applique à