This documentation is archived and is not being maintained.
MatchAttribute Properties
Visual Studio 2008
The MatchAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
|
Capture | Gets or sets a value that represents the index of a match within a grouping. |
|
Group | Gets or sets a value that represents a grouping of related matches. |
|
IgnoreCase | Gets or sets a value that indicates whether the pattern to match is case insensitive. |
|
MaxRepeats | Gets or sets the maximum number of values to return from the match. |
|
Pattern | Gets or sets a regular expression that represents the pattern to match. |
|
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
Show: