OutliningRegionTag Class
Represents a tag for outlining regions.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | OutliningRegionTag() | Initializes a new instance of a OutliningRegionTag. |
![]() | OutliningRegionTag(Boolean, Boolean, Object, Object) | Initializes a new instance of a OutliningRegionTag with the specified default collapsed state. |
![]() | OutliningRegionTag(Object, Object) | Initializes a new instance of a OutliningRegionTag with the specified objects. |
| Name | Description | |
|---|---|---|
![]() | CollapsedForm | Gets the data object for the collapsed UI. |
![]() | CollapsedHintForm | Gets the data object for the collapsed UI tooltip. If the default is set, returns null. |
![]() | IsDefaultCollapsed | Determines whether the region is collapsed by default. |
![]() | IsImplementation | Determines whether a region is an implementation region. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


