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
'宣言
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 | |
---|---|---|
CollapsedForm | Gets the data object for the collapsed UI. | |
CollapsedHintForm | Gets the data object for the collapsed UI tooltip. | |
Extent | Gets the extent of this collapsible region. | |
IsCollapsed | Determines whether this outlining region is collapsed. | |
IsCollapsible | Determines whether this region can be collapsed. | |
Tag | Gets the IOutliningRegionTag that was used to produce this collapsible region. |
Top