Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ICollapsed regions that are now collapsed.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Property CollapsedRegions As IEnumerable(Of ICollapsed)
public IEnumerable<ICollapsed> CollapsedRegions { get; private set; }
public:
property IEnumerable<ICollapsed^>^ CollapsedRegions {
IEnumerable<ICollapsed^>^ get ();
private: void set (IEnumerable<ICollapsed^>^ value);
}
member CollapsedRegions : IEnumerable<ICollapsed> with get, private set
function get CollapsedRegions () : IEnumerable<ICollapsed>
private function set CollapsedRegions (value : IEnumerable<ICollapsed>)
Property Value
Type: System.Collections.Generic.IEnumerable<ICollapsed>
The ICollapsed regions that are now collapsed.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.