CommonMessagePump.IOleComponent2Private.OnAppActivate(Int32, UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- fActive
- Int32
- dwOtherThreadID
- UInt32
实现
Microsoft.Internal.VisualStudio.Shell.Interop.IOleComponent2Private.OnAppActivate(System.Int32,System.UInt32)