IViewObject2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public interface class IViewObject2 : Microsoft::VisualStudio::OLE::Interop::IViewObject
public interface class IViewObject2 : Microsoft::VisualStudio::OLE::Interop::IViewObject
__interface IViewObject2 : Microsoft::VisualStudio::OLE::Interop::IViewObject
[System.Runtime.InteropServices.Guid("00000127-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IViewObject2 : Microsoft.VisualStudio.OLE.Interop.IViewObject
[System.Runtime.InteropServices.Guid("00000127-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IViewObject2 : Microsoft.VisualStudio.OLE.Interop.IViewObject
[<System.Runtime.InteropServices.Guid("00000127-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IViewObject2 = interface
interface IViewObject
[<System.Runtime.InteropServices.Guid("00000127-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IViewObject2 = interface
interface IViewObject
Public Interface IViewObject2
Implements IViewObject
- Derived
- Attributes
- Implements