ICollapsed Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a collapsed ICollapsible.
public interface class ICollapsed : Microsoft::VisualStudio::Text::Outlining::ICollapsible
public interface class ICollapsed : Microsoft::VisualStudio::Text::Outlining::ICollapsible
__interface ICollapsed : Microsoft::VisualStudio::Text::Outlining::ICollapsible
public interface ICollapsed : Microsoft.VisualStudio.Text.Outlining.ICollapsible
type ICollapsed = interface
interface ICollapsible
Public Interface ICollapsed
Implements ICollapsible
- Implements
Properties
CollapsedChildren |
Enumerates 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) |