This topic has not yet been rated - Rate this topic

IVsOutliningSession Interface

Adds one or more outline regions to a text buffer.

Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in microsoft.visualstudio.textmanager.interop.dll)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("9A436975-A86A-4459-A350-B05604B53309")] 
public interface IVsOutliningSession
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("9A436975-A86A-4459-A350-B05604B53309") */ 
public interface IVsOutliningSession
InterfaceTypeAttribute(1) 
GuidAttribute("9A436975-A86A-4459-A350-B05604B53309") 
public interface IVsOutliningSession

Notes to Callers Call this interface to add an outline region to a particular outlining session object. Outline regions added using this interface can only be editor controlled. To add an outline region that is client-controlled, use AddHiddenRegions. For more information, see How to: Provide Expanded Outlining Support.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ