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
'Declaration
<GuidAttribute("ED0751FC-D772-4D1D-88FC-0C1AA275391B")> _
<InterfaceTypeAttribute()> _
Public Interface IOleComponent2Private _
Inherits IOleComponent
[GuidAttribute("ED0751FC-D772-4D1D-88FC-0C1AA275391B")]
[InterfaceTypeAttribute()]
public interface IOleComponent2Private : IOleComponent
[GuidAttribute(L"ED0751FC-D772-4D1D-88FC-0C1AA275391B")]
[InterfaceTypeAttribute()]
public interface class IOleComponent2Private : IOleComponent
[<GuidAttribute("ED0751FC-D772-4D1D-88FC-0C1AA275391B")>]
[<InterfaceTypeAttribute()>]
type IOleComponent2Private =
interface
interface IOleComponent
end
public interface IOleComponent2Private extends IOleComponent
The IOleComponent2Private type exposes the following members.
Methods
Name | Description | |
---|---|---|
FContinueMessageLoop | Microsoft internal use only. | |
FDoIdle | Microsoft internal use only. | |
FPreTranslateMessage | Microsoft internal use only. | |
FQueryTerminate | Microsoft internal use only. | |
FReserved1 | Microsoft internal use only. | |
GetWaitHandlesAndTimeout | Microsoft internal use only. | |
HwndGetWindow | Microsoft internal use only. | |
OnActivationChange | Microsoft internal use only. | |
OnAppActivate | Microsoft internal use only. | |
OnEnterState | Microsoft internal use only. | |
OnHandleSignaled | Microsoft internal use only. | |
OnLoseActivation | Microsoft internal use only. | |
OnTimeout | Microsoft internal use only. | |
Terminate | Microsoft internal use only. |
Top