ICollapsible Interface

Represents a span that may be collapsed.

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

Syntax

'Declaration
Public Interface ICollapsible
public interface ICollapsible
public interface class ICollapsible
type ICollapsible =  interface end
public interface ICollapsible

The ICollapsible type exposes the following members.

Properties

  Name Description
Public property CollapsedForm Gets the data object for the collapsed UI.
Public property CollapsedHintForm Gets the data object for the collapsed UI tooltip.
Public property Extent Gets the extent of this collapsible region.
Public property IsCollapsed Determines whether this outlining region is collapsed.
Public property IsCollapsible Determines whether this region can be collapsed.
Public property Tag Gets the IOutliningRegionTag that was used to produce this collapsible region.

Top

See Also

Reference

Microsoft.VisualStudio.Text.Outlining Namespace