LogicalChildren Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets an enumerator for this element's logical child elements.

Namespace:  Microsoft.SPOT.Presentation
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Protected ReadOnly Property LogicalChildren As UIElementCollection
protected UIElementCollection LogicalChildren { get; }
protected:
property UIElementCollection^ LogicalChildren {
    UIElementCollection^ get ();
}
member LogicalChildren : UIElementCollection
function get LogicalChildren () : UIElementCollection

Property Value

Type: Microsoft.SPOT.Presentation. . :: . .UIElementCollection
A collection of this element's logical child elements.

.NET Framework Security

See Also

Reference

UIElement Class

Microsoft.SPOT.Presentation Namespace