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

'Declaration
<GuidAttribute("00000114-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IOleWindow
[GuidAttribute("00000114-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IOleWindow
[GuidAttribute(L"00000114-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IOleWindow
[<GuidAttribute("00000114-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IOleWindow =  interface end
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