This documentation is archived and is not being maintained.
IViewObject2 Interface
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 .B150CA4B-C53C-4BCB-85FA-461F9FA8B63B
Namespace:
Microsoft.VisualStudio.OLE.Interop Assembly:
Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
[GuidAttribute("00000127-0000-0000-C000-000000000046" )]
[InterfaceTypeAttribute(1)]
public interface class IViewObject2 : IViewObject
Name Description Draw(UInt32, Int32, UInt32, array<DVTARGETDEVICE>^, UInt32, UInt32, array<RECTL>^, array<RECTL>^, IContinue^) Freeze(UInt32, Int32, UInt32, UInt32) GetAdvise(UInt32, UInt32, IAdviseSink^) GetColorSet(UInt32, Int32, UInt32, array<DVTARGETDEVICE>^, UInt32, IntPtr) GetExtent(UInt32, Int32, array<DVTARGETDEVICE>^, array<SIZEL>^) SetAdvise(UInt32, UInt32, IAdviseSink^) Unfreeze(UInt32)
Return to top