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 ICollapsible regions which are now expanded.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Property ExpandedRegions As IEnumerable(Of ICollapsible)
public IEnumerable<ICollapsible> ExpandedRegions { get; private set; }
public:
property IEnumerable<ICollapsible^>^ ExpandedRegions {
IEnumerable<ICollapsible^>^ get ();
private: void set (IEnumerable<ICollapsible^>^ value);
}
member ExpandedRegions : IEnumerable<ICollapsible> with get, private set
function get ExpandedRegions () : IEnumerable<ICollapsible>
private function set ExpandedRegions (value : IEnumerable<ICollapsible>)
Property Value
Type: IEnumerable<ICollapsible>
The ICollapsible regions which are now expanded.
.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.