StringDifferenceOptions Struct
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.
Options to use in computing string differences.
public value class StringDifferenceOptions
struct StringDifferenceOptions
public struct StringDifferenceOptions
type StringDifferenceOptions = struct
Public Structure StringDifferenceOptions
- Inheritance
-
StringDifferenceOptions
String |
Constructs a StringDifferenceOptions from a given StringDifferenceOptions. |
String |
Constructs a StringDifferenceOptions. |
Continue |
An optional predicate that allows clients to cancel differencing before it has completely finished. |
Determine |
Obsolete.
An optional callback to override the locality for a specific round of differencing. |
Difference |
The type of string differencing to do, as a combination of line, word, and character differencing. |
Ignore |
Gets or sets whether to ignore white space. |
Locality |
Obsolete.
The greatest distance a differencing element (line, span, or character) can move and still be considered part of the same source. A value of 0 disables locality checking. |
Word |
The behavior to use when splitting words, if word differencing is requested by the DifferenceType. |
Equals(Object) |
Determines whether two StringDifferenceOptions are the same. |
Get |
Provides a hash function for the type. |
To |
Provides a string representation of these difference options. |
Equality(String |
Determines whether two StringDifferenceOptions are the same |
Inequality(String |
Determines whether two StringDifferenceOptions are different. |
Product | Versies |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |