ICollapsed Interface

Represents a collapsed ICollapsible.

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

Syntax

'Declaration
Public Interface ICollapsed _
    Inherits ICollapsible
public interface ICollapsed : ICollapsible
public interface class ICollapsed : ICollapsible
type ICollapsed =  
    interface
        interface ICollapsible
    end
public interface ICollapsed extends ICollapsible

The ICollapsed type exposes the following members.

Properties

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

Top

See Also

Reference

Microsoft.VisualStudio.Text.Outlining Namespace