IViewObject2 Interface
En este artículo
Enables an object to display itself without passing a data object to the caller. Also returns the size of the drawing for a given view of an object. Extends and inherits from IViewObject . For more information, see IViewObject2 .
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("00000127-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IViewObject2 _
Inherits IViewObject
[GuidAttribute("00000127-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IViewObject2 : IViewObject
The IViewObject2 type exposes the following members.
Methods
Draw(UInt32, Int32, UInt32, array<DVTARGETDEVICE[], UInt32, UInt32, array<RECTL[], array<RECTL[], IContinue)
(Inherited from IViewObject .)
Draw(UInt32, Int32, UInt32, array<DVTARGETDEVICE[], UInt32, UInt32, array<RECTL[], array<RECTL[], IContinue)
Freeze(UInt32, Int32, UInt32, UInt32%)
(Inherited from IViewObject .)
Freeze(UInt32, Int32, UInt32, UInt32%)
GetAdvise(UInt32%, UInt32%, IAdviseSink%)
(Inherited from IViewObject .)
GetAdvise(UInt32%, UInt32%, IAdviseSink%)
GetColorSet(UInt32, Int32, UInt32, array<DVTARGETDEVICE[], UInt32, IntPtr%)
(Inherited from IViewObject .)
GetColorSet(UInt32, Int32, UInt32, array<DVTARGETDEVICE[], UInt32, IntPtr%)
GetExtent
SetAdvise(UInt32, UInt32, IAdviseSink)
(Inherited from IViewObject .)
SetAdvise(UInt32, UInt32, IAdviseSink)
Unfreeze(UInt32)
(Inherited from IViewObject .)
Unfreeze(UInt32)
Top
See Also
Reference
Microsoft.VisualStudio.OLE.Interop Namespace