CommonMessagePump.IOleComponent2Private.OnAppActivate Method
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'宣告
Private Sub OnAppActivate ( _
fActive As Integer, _
dwOtherThreadID As UInteger _
) Implements IOleComponent2Private.OnAppActivate
'用途
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
- fActive
Type: System.Int32
- dwOtherThreadID
Type: System.UInt32
Implements
IOleComponent2Private.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.