CommonMessagePump.IOleComponent2Private.OnAppActivate(Int32, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate(int fActive, System::UInt32 dwOtherThreadID) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::OnAppActivate;
virtual void Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate(int fActive, unsigned int dwOtherThreadID) = Microsoft::Internal::VisualStudio::Shell::Interop::IOleComponent2Private::OnAppActivate;
void Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate(int fActive, unsigned int dwOtherThreadID);
void IOleComponent2Private.OnAppActivate (int fActive, uint dwOtherThreadID);
abstract member Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate : int * uint32 -> unit
override this.Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate : int * uint32 -> unit
Sub OnAppActivate (fActive As Integer, dwOtherThreadID As UInteger) Implements IOleComponent2Private.OnAppActivate
Parameters
- fActive
- Int32
- dwOtherThreadID
- UInt32
Implements
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate(System.Int32,System.UInt32)