CaptureCollection::Item Property (Int32)

 

Gets an individual member of the collection.

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

public:
property Capture^ default[
	int i
] {
	Capture^ get(int i);
}

Parameters

i
Type: System::Int32

Index into the capture collection.

Property Value

Type: System.Text.RegularExpressions::Capture^

The captured substring at position i in the collection.

Exception Condition
ArgumentOutOfRangeException

i is less than 0 or greater than CaptureCollection::Count.

Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Return to top
Show: