Freigeben über


CommonMessagePump.IOleComponent2Private.OnAppActivate Method

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
Private Sub OnAppActivate ( _
    fActive As Integer, _
    dwOtherThreadID As UInteger _
) Implements IOleComponent2Private.OnAppActivate
'Usage
Dim instance As CommonMessagePump
Dim fActive As Integer
Dim dwOtherThreadID As UInteger

CType(instance, IOleComponent2Private).OnAppActivate(fActive, _
    dwOtherThreadID)
void IOleComponent2Private.OnAppActivate(
    int fActive,
    uint dwOtherThreadID
)
private:
virtual void OnAppActivate(
    int fActive, 
    unsigned int dwOtherThreadID
) sealed = IOleComponent2Private::OnAppActivate
private abstract OnAppActivate : 
        fActive:int * 
        dwOtherThreadID:uint32 -> unit 
private override OnAppActivate : 
        fActive:int * 
        dwOtherThreadID:uint32 -> unit 
JScript does not support explicit interface implementations.

Parameters

Implements

IOleComponent2Private.OnAppActivate(Int32, UInt32)

.NET Framework Security

See Also

Reference

CommonMessagePump Class

CommonMessagePump Members

Microsoft.VisualStudio.Shell Namespace