IOleComponent2Private Interface

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

Namespace:  Microsoft.Internal.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.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
Public method FContinueMessageLoop Microsoft internal use only.
Public method FDoIdle Microsoft internal use only.
Public method FPreTranslateMessage Microsoft internal use only.
Public method FQueryTerminate Microsoft internal use only.
Public method FReserved1 Microsoft internal use only.
Public method GetWaitHandlesAndTimeout Microsoft internal use only.
Public method HwndGetWindow Microsoft internal use only.
Public method OnActivationChange Microsoft internal use only.
Public method OnAppActivate Microsoft internal use only.
Public method OnEnterState Microsoft internal use only.
Public method OnHandleSignaled Microsoft internal use only.
Public method OnLoseActivation Microsoft internal use only.
Public method OnTimeout Microsoft internal use only.
Public method Terminate Microsoft internal use only.

Top

See Also

Reference

Microsoft.Internal.VisualStudio.Shell.Interop Namespace