次の方法で共有


RegionsCollapsedEventArgs.CollapsedRegions Property

Definition

Gets the ICollapsed regions that are now collapsed.

public:
 property System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Outlining::ICollapsed ^> ^ CollapsedRegions { System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::Text::Outlining::ICollapsed ^> ^ get(); };
public System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Text.Outlining.ICollapsed> CollapsedRegions { get; }
member this.CollapsedRegions : seq<Microsoft.VisualStudio.Text.Outlining.ICollapsed>
Public ReadOnly Property CollapsedRegions As IEnumerable(Of ICollapsed)

Property Value

The ICollapsed regions that are now collapsed.

Applies to