ICollapsible::IsCollapsed Property

 

Determines whether this outlining region is collapsed.

Namespace:   Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property bool IsCollapsed {
	bool get();
}

Property Value

Type: System::Boolean

true if this outlining region is collapsed, otherwise false.

Return to top
Show: