Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
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
'Declaração
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.