IViewObject2 接口

使对象显示自身,而不传递给调用方的数据对象。 并返回绘制的大小对象的特定视图的。 从 IViewObject扩展和继承。 有关更多信息,请参见 IViewObject2

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

语法

声明
<GuidAttribute("00000127-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IViewObject2 _
    Inherits IViewObject
[GuidAttribute("00000127-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IViewObject2 : IViewObject

IViewObject2 类型公开以下成员。

方法

  名称 说明
公共方法 Draw(UInt32, Int32, UInt32, array<DVTARGETDEVICE[], UInt32, UInt32, array<RECTL[], array<RECTL[], IContinue) (继承自 IViewObject。)
公共方法 Draw(UInt32, Int32, UInt32, array<DVTARGETDEVICE[], UInt32, UInt32, array<RECTL[], array<RECTL[], IContinue)
公共方法 Freeze(UInt32, Int32, UInt32, UInt32%) (继承自 IViewObject。)
公共方法 Freeze(UInt32, Int32, UInt32, UInt32%)
公共方法 GetAdvise(UInt32%, UInt32%, IAdviseSink%) (继承自 IViewObject。)
公共方法 GetAdvise(UInt32%, UInt32%, IAdviseSink%)
公共方法 GetColorSet(UInt32, Int32, UInt32, array<DVTARGETDEVICE[], UInt32, IntPtr%) (继承自 IViewObject。)
公共方法 GetColorSet(UInt32, Int32, UInt32, array<DVTARGETDEVICE[], UInt32, IntPtr%)
公共方法 GetExtent
公共方法 SetAdvise(UInt32, UInt32, IAdviseSink) (继承自 IViewObject。)
公共方法 SetAdvise(UInt32, UInt32, IAdviseSink)
公共方法 Unfreeze(UInt32) (继承自 IViewObject。)
公共方法 Unfreeze(UInt32)

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间