다음을 통해 공유


IOleWindow Interface

Enables an application to get handles to the windows participating in in-place activation, and to enter and exit context-sensitive help mode. For more information, see IOleWindow.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
<GuidAttribute("00000114-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IOleWindow
[GuidAttribute("00000114-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IOleWindow

The IOleWindow type exposes the following members.

Methods

  Name Description
Public method ContextSensitiveHelp
Public method GetWindow

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace