Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft internal use only.
Namespace: Microsoft.Internal.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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: System.Int32
- dwOtherThreadID
Type: System.UInt32
Implements
IOleComponent.OnAppActivate(Int32, 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.