IOleComponent2.OnAppActivate Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

Syntax

'Declaration
Sub OnAppActivate ( _
    fActive As Integer, _
    dwOtherThreadID As UInteger _
)
void OnAppActivate(
    int fActive,
    uint dwOtherThreadID
)
void OnAppActivate(
    [InAttribute] int fActive, 
    [InAttribute] unsigned int dwOtherThreadID
)
abstract OnAppActivate : 
        fActive:int * 
        dwOtherThreadID:uint32 -> unit
function OnAppActivate(
    fActive : int, 
    dwOtherThreadID : uint
)

Parameters

  • fActive
    Type: Int32
  • dwOtherThreadID
    Type: UInt32

.NET Framework Security

See Also

Reference

IOleComponent2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace