다음을 통해 공유


ICollapsed.CollapsedChildren Property

Gets the children of this collapsed region that are also collapsed.

Namespace:  Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

‘선언
ReadOnly Property CollapsedChildren As IEnumerable(Of ICollapsed)
IEnumerable<ICollapsed> CollapsedChildren { get; }
property IEnumerable<ICollapsed^>^ CollapsedChildren {
    IEnumerable<ICollapsed^>^ get ();
}
abstract CollapsedChildren : IEnumerable<ICollapsed>
function get CollapsedChildren () : IEnumerable<ICollapsed>

Property Value

Type: System.Collections.Generic.IEnumerable<ICollapsed>
The children of this collapsed region that are also collapsed.

Exceptions

Exception Condition
InvalidOperationException

Thrown if this collapsed region has been expanded.

.NET Framework Security

See Also

Reference

ICollapsed Interface

Microsoft.VisualStudio.Text.Outlining Namespace