EditOptions 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 applicable to text editing transactions.
public value class EditOptions
struct EditOptions
public struct EditOptions
type EditOptions = struct
Public Structure EditOptions
- Inheritance
-
EditOptions
Edit |
Create a set of edit options. |
Edit |
Create a set of edit options for computing a minimal difference, with the given StringDifferenceOptions. |
Default |
Turn this edit into a minimal change, using line and word string differencing. |
None |
Do nothing special with this edit. |
Compute |
True if this edit computes minimal change using the differencing option StringDifferenceOptions, false otherwise. |
Difference |
The differencing options for this edit, if ComputeMinimalChange is true. |
Equals(Object) |
Determines whether two spans are the same. |
Get |
Provides a hash function for the type. |
To |
Provides a string representation of these edit options. |
Equality(Edit |
Determines whether two EditOptions are the same |
Inequality(Edit |
Determines whether two EditOptions are different. |
Táirge | Leaganacha |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |