IOleComponent2Private.OnAppActivate Method (Int32, UInt32)
Namespace: Microsoft.Internal.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Déclaration
Sub OnAppActivate ( _
fActive As Integer, _
dwOtherThreadID As UInteger _
)
'Utilisation
Dim instance As IOleComponent2Private
Dim fActive As Integer
Dim dwOtherThreadID As UInteger
instance.OnAppActivate(fActive, dwOtherThreadID)
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.