Freigeben über


RegionsExpandedEventArgs.ExpandedRegions Property

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: System.Collections.Generic.IEnumerable<ICollapsible>
The ICollapsible regions which are now expanded.

.NET Framework Security

See Also

Reference

RegionsExpandedEventArgs Class

Microsoft.VisualStudio.Text.Outlining Namespace