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 | |
---|---|---|
![]() |
CollapsedChildren | Gets the children of this collapsed region that are also collapsed. |
![]() |
CollapsedForm | Gets the data object for the collapsed UI. (Inherited from ICollapsible.) |
![]() |
CollapsedHintForm | Gets the data object for the collapsed UI tooltip. (Inherited from ICollapsible.) |
![]() |
Extent | Gets the extent of this collapsible region. (Inherited from ICollapsible.) |
![]() |
IsCollapsed | Determines whether this outlining region is collapsed. (Inherited from ICollapsible.) |
![]() |
IsCollapsible | Determines whether this region can be collapsed. (Inherited from ICollapsible.) |
![]() |
Tag | Gets the IOutliningRegionTag that was used to produce this collapsible region. (Inherited from ICollapsible.) |
Top