Share via


Item Property

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

Gets the object at a specified index number in the collection.

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

Syntax

'Declaration
Public ReadOnly Property Item ( _
    index As Integer _
) As Window
public Window this[
    int index
] { get; }
public:
property Window^ Item[int index] {
    Window^ get (int index);
}
member Item : Window
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.SPOT.Presentation. . :: . .Window
The object at the specified index number in the window collection.

.NET Framework Security

See Also

Reference

WindowCollection Class

Microsoft.SPOT Namespace