IOleComponent2Private Interface
Microsoft internal use only.
Namespace: Microsoft.Internal.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
‘선언
<GuidAttribute("ED0751FC-D772-4D1D-88FC-0C1AA275391B")> _
<InterfaceTypeAttribute()> _
Public Interface IOleComponent2Private _
Inherits IOleComponent
[GuidAttribute("ED0751FC-D772-4D1D-88FC-0C1AA275391B")]
[InterfaceTypeAttribute()]
public interface IOleComponent2Private : IOleComponent
The IOleComponent2Private type exposes the following members.
Methods
Name | Description | |
---|---|---|
FContinueMessageLoop(UInt32, IntPtr, array<MSG[]) | Microsoft internal use only. | |
FContinueMessageLoop(UInt32, IntPtr, array<MSG[]) | Called during each iteration of a message loop. (Inherited from IOleComponent.) | |
FDoIdle(UInt32) | Microsoft internal use only. | |
FDoIdle(UInt32) | Gives the component a chance to do idle time tasks. (Inherited from IOleComponent.) | |
FPreTranslateMessage(array<MSG[]) | Microsoft internal use only. | |
FPreTranslateMessage(array<MSG[]) | Processes the message before it is translated and dispatched. (Inherited from IOleComponent.) | |
FQueryTerminate(Int32) | Microsoft internal use only. | |
FQueryTerminate(Int32) | Called when the component manager wishes to know if the component is in a state in which it can terminate. (Inherited from IOleComponent.) | |
FReserved1(UInt32, UInt32, IntPtr, IntPtr) | Microsoft internal use only. | |
FReserved1(UInt32, UInt32, IntPtr, IntPtr) | Reserved. (Inherited from IOleComponent.) | |
GetWaitHandlesAndTimeout | Microsoft internal use only. | |
HwndGetWindow(UInt32, UInt32) | Microsoft internal use only. | |
HwndGetWindow(UInt32, UInt32) | Gets a window associated with the component. (Inherited from IOleComponent.) | |
OnActivationChange(IOleComponent, Int32, array<OLECRINFO[], Int32, array<OLECHOSTINFO[], UInt32) | Microsoft internal use only. | |
OnActivationChange(IOleComponent, Int32, array<OLECRINFO[], Int32, array<OLECHOSTINFO[], UInt32) | Notifies the component when a new object is being activated. (Inherited from IOleComponent.) | |
OnAppActivate(Int32, UInt32) | Microsoft internal use only. | |
OnAppActivate(Int32, UInt32) | Notifies the component when the host application gains or loses activation. (Inherited from IOleComponent.) | |
OnEnterState(UInt32, Int32) | Microsoft internal use only. | |
OnEnterState(UInt32, Int32) | Notifies the component when the application enters or exits the specified state. (Inherited from IOleComponent.) | |
OnHandleSignaled | Microsoft internal use only. | |
OnLoseActivation() | Microsoft internal use only. | |
OnLoseActivation() | Notifies the active component that it has lost its active status because the host or another component has become active. (Inherited from IOleComponent.) | |
OnTimeout | Microsoft internal use only. | |
Terminate() | Microsoft internal use only. | |
Terminate() | Terminates the message loop. (Inherited from IOleComponent.) |
Top