IVsSupportCodeDefView Interface

Indicates that the implementing doc data object supports the Code Definition View window.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("D34E5A63-E990-472A-9852-45FB36AA67AB")> _
Public Interface IVsSupportCodeDefView
[InterfaceTypeAttribute()]
[GuidAttribute("D34E5A63-E990-472A-9852-45FB36AA67AB")]
public interface IVsSupportCodeDefView
[InterfaceTypeAttribute()]
[GuidAttribute(L"D34E5A63-E990-472A-9852-45FB36AA67AB")]
public interface class IVsSupportCodeDefView
[<InterfaceTypeAttribute()>]
[<GuidAttribute("D34E5A63-E990-472A-9852-45FB36AA67AB")>]
type IVsSupportCodeDefView =  interface end
public interface IVsSupportCodeDefView

Remarks

The interface has no methods and marks the object as supporting the Code Definition View window.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace