IVsDocOutlineProvider Interface

Provides information about a document outline.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("47B1D60A-4EB8-4723-B991-992E6393E392")> _
Public Interface IVsDocOutlineProvider
'Usage
Dim instance As IVsDocOutlineProvider
[InterfaceTypeAttribute()]
[GuidAttribute("47B1D60A-4EB8-4723-B991-992E6393E392")]
public interface IVsDocOutlineProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"47B1D60A-4EB8-4723-B991-992E6393E392")]
public interface class IVsDocOutlineProvider
public interface IVsDocOutlineProvider

Remarks

See illustrations of the implementation and/or calling of this interface in the Figures Edit and Figures Language Service samples.

Notes to Implementers:

Notes to Callers:

See Also

Reference

IVsDocOutlineProvider Members

Microsoft.VisualStudio.Shell.Interop Namespace