OutliningRegionTag Constructor (Boolean, Boolean, Object^, Object^)
Visual Studio 2015
Initializes a new instance of a OutliningRegionTag with the specified default collapsed state.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
public: OutliningRegionTag( bool isDefaultCollapsed, bool isImplementation, Object^ collapsedForm, Object^ collapsedHintForm )
Parameters
- isDefaultCollapsed
-
Type:
System::Boolean
true if the region is collapsed by default, otherwise false.
- isImplementation
-
Type:
System::Boolean
true if the region is an implementation, otherwise false.
- collapsedForm
-
Type:
System::Object^
The data object for the collapsed UI.
- collapsedHintForm
-
Type:
System::Object^
The data object for the collapsed UI tooltip.
Show: