OutliningRegionTag::IsDefaultCollapsed Property

 

Determines whether the region is collapsed by default.

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

public:
property bool IsDefaultCollapsed {
	[CompilerGeneratedAttribute]
	virtual bool get() sealed;
	[CompilerGeneratedAttribute]
	private: virtual void set(bool value) sealed;
}

Property Value

Type: System::Boolean

true if the region is collapsed by default, otherwise false.

Return to top
Show: