UIElementCollection Constructor

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

Initializes a new instance of the UIElementCollection class.

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

Syntax

'Declaration
Public Sub New ( _
    owner As UIElement _
)
public UIElementCollection(
    UIElement owner
)
public:
UIElementCollection(
    UIElement^ owner
)
new : 
        owner:UIElement -> UIElementCollection
public function UIElementCollection(
    owner : UIElement
)

Parameters

.NET Framework Security

See Also

Reference

UIElementCollection Class

Microsoft.SPOT.Presentation Namespace