IStructureElement.Children Property

Definition

The IStructureElements nested within this one.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Text::UI::Adornments::IStructureElement ^> ^ Children { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::Text::UI::Adornments::IStructureElement ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Text.UI.Adornments.IStructureElement> Children { get; }
member this.Children : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.Text.UI.Adornments.IStructureElement>
Public ReadOnly Property Children As IReadOnlyList(Of IStructureElement)

Property Value

Applies to