IndexOf Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Returns the index number of the specified text run object, if that object is found in the current text run collection.
Namespace: Microsoft.SPOT.Presentation.Controls
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Function IndexOf ( _
run As TextRun _
) As Integer
public int IndexOf(
TextRun run
)
public:
int IndexOf(
TextRun^ run
)
member IndexOf :
run:TextRun -> int
public function IndexOf(
run : TextRun
) : int
Parameters
- run
Type: Microsoft.SPOT.Presentation.Controls. . :: . .TextRun
The object to be searched for in the current collection.
Return Value
Type: System. . :: . .Int32
The index number of the specified text run object, or -1 if the object is not found in the current collection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.