CaptureCollection.Item Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an individual member of the collection.
Assembly: System (in System.dll)
Parameters
- i
- Type: System.Int32
Index into the capture collection.
Property Value
Type: System.Text.RegularExpressions.CaptureThe captured substring at position i in the collection.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | i is less than 0 or greater than Count. |
Show: