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 or sets a specified object in the current text run collection.

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

Syntax

'Declaration
Public Property Item ( _
    index As Integer _
) As TextRun
public TextRun this[
    int index
] { get; set; }
public:
property TextRun^ Item[int index] {
    TextRun^ get (int index);
    void set (int index, TextRun^ value);
}
member Item : TextRun with get, set
JScript does not support indexed properties.

Parameters

Property Value

Type: Microsoft.SPOT.Presentation.Controls. . :: . .TextRun
The object to be retrieved or set.

.NET Framework Security

See Also

Reference

TextRunCollection Class

Microsoft.SPOT.Presentation.Controls Namespace