MatchInfoContext Class  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Context information about a match.
public ref class MatchInfoContext sealed : ICloneablepublic sealed class MatchInfoContext : ICloneabletype MatchInfoContext = class
    interface ICloneablePublic NotInheritable Class MatchInfoContext
Implements ICloneable- Inheritance
- 
				MatchInfoContext
- Implements
Properties
| DisplayPostContext | Gets or sets the lines found after a match. Does not include overlapping context and thus can be used to display contiguous match regions. | 
| DisplayPreContext | Gets or sets the lines found before a match. Does not include overlapping context and thus can be used to display contiguous match regions. | 
| PostContext | Gets or sets the lines found after a match. | 
| PreContext | Gets or sets the lines found before a match. | 
Methods
| Clone() | Produce a deep copy of this object. |