Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 | |
|---|---|---|
![]() |
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
.gif)