OutliningRegionTag Constructor (Boolean, Boolean, Object^, Object^)

 

Initializes a new instance of a OutliningRegionTag with the specified default collapsed state.

Namespace:   Microsoft.VisualStudio.Text.Tagging
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.

Return to top
Show: