FinderReplacement Struct
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.
Struct used to report the results of a FindForReplaceAll().
public value class FinderReplacement
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct FinderReplacement
[<System.Runtime.CompilerServices.IsReadOnly>]
type FinderReplacement = struct
Public Structure FinderReplacement
- Inheritance
-
FinderReplacement
- Attributes
Constructors
FinderReplacement(Span, String) |
Fields
Match |
Span of the match. |
Replace |
Text that should be used to replace the match. |