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
'Dichiarazione
Public Property ExpandedRegions As IEnumerable(Of ICollapsible)
Get
Private Set
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
- 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.