IDebugVirtualBaseClass Interface

Namespace:  Microsoft.VisualStudio.Debugger.Interop
Assembly:  Microsoft.VisualStudio.Debugger.Interop.10.0 (in Microsoft.VisualStudio.Debugger.Interop.10.0.dll)

Syntax

'Declaration
<GuidAttribute("64470659-C8B4-453B-96DA-7F66DB5A31CF")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDebugVirtualBaseClass
[GuidAttribute("64470659-C8B4-453B-96DA-7F66DB5A31CF")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDebugVirtualBaseClass
[GuidAttribute(L"64470659-C8B4-453B-96DA-7F66DB5A31CF")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDebugVirtualBaseClass
[<GuidAttribute("64470659-C8B4-453B-96DA-7F66DB5A31CF")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDebugVirtualBaseClass =  interface end
public interface IDebugVirtualBaseClass

The IDebugVirtualBaseClass type exposes the following members.

Methods

  Name Description
Public method GetVirtualBaseInfo
Public method IsVirtualBaseClass

Top

See Also

Reference

Microsoft.VisualStudio.Debugger.Interop Namespace