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
用法
Dim instance As 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