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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.