IOleInPlaceSiteWindowless Interface
Enables a windowless object to process window messages, participate in drag-and-drop operations, and draw. Extends and inherits from IOleInPlaceSiteEx. For more information, see IOleInPlaceSiteWindowless.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣言
<GuidAttribute("922EADA0-3424-11CF-B670-00AA004CD6D8")> _
<InterfaceTypeAttribute()> _
Public Interface IOleInPlaceSiteWindowless _
Inherits IOleInPlaceSiteEx
'使用
Dim instance As IOleInPlaceSiteWindowless
[GuidAttribute("922EADA0-3424-11CF-B670-00AA004CD6D8")]
[InterfaceTypeAttribute()]
public interface IOleInPlaceSiteWindowless : IOleInPlaceSiteEx
[GuidAttribute(L"922EADA0-3424-11CF-B670-00AA004CD6D8")]
[InterfaceTypeAttribute()]
public interface class IOleInPlaceSiteWindowless : IOleInPlaceSiteEx
[<GuidAttribute("922EADA0-3424-11CF-B670-00AA004CD6D8")>]
[<InterfaceTypeAttribute()>]
type IOleInPlaceSiteWindowless =
interface
interface IOleInPlaceSiteEx
end
public interface IOleInPlaceSiteWindowless extends IOleInPlaceSiteEx