IOleInPlaceSiteWindowless.GetDC 方法

提供对象的句柄设备上下文的屏幕或兼容虚拟机从其容器。

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
Sub GetDC ( _
    pRect As RECT(), _
    grfFlags As UInteger, _
    <OutAttribute> ByRef phDC As IntPtr _
)
void GetDC(
    RECT[] pRect,
    uint grfFlags,
    out IntPtr phDC
)

参数

  • pRect
    类型:array<Microsoft.VisualStudio.OLE.Interop.RECT[]
    [in] 对对象若要绘制矩形的指针,在包含窗口的工作区坐标。如果此参数为 null,对象的完全重新绘制区域。
  • grfFlags
    类型:System.UInt32
    [in] 值的组合。 OLEDCFLAGS 枚举的。
  • phDC
    类型:System.IntPtr%
    [out] 对返回的设备上下文的指针。

备注

有关 COM 接口的信息,请参见 IOleInPlaceSiteWindowless::GetDC

.NET Framework 安全性

请参见

参考

IOleInPlaceSiteWindowless 接口

Microsoft.VisualStudio.OLE.Interop 命名空间