IViewObject Interface

Enables an object to display itself without passing a data object to the caller. For more information, see IViewObject.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<GuidAttribute("0000010D-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IViewObject
'Usage
Dim instance As IViewObject
[GuidAttribute("0000010D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IViewObject
[GuidAttribute(L"0000010D-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IViewObject
public interface IViewObject

See Also

Reference

IViewObject Members

Microsoft.VisualStudio.OLE.Interop Namespace