Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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
- 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.