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.
This API is not CLS-compliant.
Namespace: Microsoft.Internal.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
<GuidAttribute("ED0751FC-D772-4D1D-88FC-0C1AA275391B")> _
<CLSCompliantAttribute(False)> _
<InterfaceTypeAttribute()> _
Public Interface IOleComponent2Private _
Inherits IOleComponent
[GuidAttribute("ED0751FC-D772-4D1D-88FC-0C1AA275391B")]
[CLSCompliantAttribute(false)]
[InterfaceTypeAttribute()]
public interface IOleComponent2Private : IOleComponent
[GuidAttribute(L"ED0751FC-D772-4D1D-88FC-0C1AA275391B")]
[CLSCompliantAttribute(false)]
[InterfaceTypeAttribute()]
public interface class IOleComponent2Private : IOleComponent
[<GuidAttribute("ED0751FC-D772-4D1D-88FC-0C1AA275391B")>]
[<CLSCompliantAttribute(false)>]
[<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