IOleInPlaceActiveObject Interface
Enables a top-level container to manipulate an in-place object. For information on the COM interface, see IOleInPlaceActiveObject.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Декларация
<InterfaceTypeAttribute()> _
<GuidAttribute("00000117-0000-0000-C000-000000000046")> _
Public Interface IOleInPlaceActiveObject _
Inherits IOleWindow
[InterfaceTypeAttribute()]
[GuidAttribute("00000117-0000-0000-C000-000000000046")]
public interface IOleInPlaceActiveObject : IOleWindow
The IOleInPlaceActiveObject type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ContextSensitiveHelp(Int32) | |
![]() |
ContextSensitiveHelp(Int32) | (Inherited from IOleWindow.) |
![]() |
EnableModeless | |
![]() |
GetWindow(IntPtr%) | |
![]() |
GetWindow(IntPtr%) | (Inherited from IOleWindow.) |
![]() |
OnDocWindowActivate | |
![]() |
OnFrameWindowActivate | |
![]() |
ResizeBorder | |
![]() |
TranslateAccelerator |
Top