IOutliningRegionTag Interface

Provides a tag for outlining regions.

Namespace:  Microsoft.VisualStudio.Text.Tagging
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Interface IOutliningRegionTag _
    Inherits ITag
public interface IOutliningRegionTag : ITag
public interface class IOutliningRegionTag : ITag
type IOutliningRegionTag =  
    interface 
        interface ITag 
    end
public interface IOutliningRegionTag extends ITag

The IOutliningRegionTag type exposes the following members.

Properties

  Name Description
Public property CollapsedForm Gets the data object for the collapsed UI. If the default is set, returns null.
Public property CollapsedHintForm Gets the data object for the collapsed UI tooltip. If the default is set, returns null.
Public property IsDefaultCollapsed Determines whether the region is collapsed by default.
Public property IsImplementation Determines whether a region is an implementation region.

Top

See Also

Reference

Microsoft.VisualStudio.Text.Tagging Namespace