Share via


Insert Method

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

Inserts a specified text run object at a specified position (index number) in the current text run collection.

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

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    run As TextRun _
)
public void Insert(
    int index,
    TextRun run
)
public:
void Insert(
    int index, 
    TextRun^ run
)
member Insert : 
        index:int * 
        run:TextRun -> unit 
public function Insert(
    index : int, 
    run : TextRun
)

Parameters

  • index
    Type: System. . :: . .Int32
    The index number in the collection where the specified text run object is to be inserted.

.NET Framework Security

See Also

Reference

TextRunCollection Class

Microsoft.SPOT.Presentation.Controls Namespace