EditOptions Structure
Options applicable to text editing transactions.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Name | Description | |
|---|---|---|
![]() | EditOptions(Boolean, StringDifferenceOptions) | Initializes a new instance of EditOptions. |
![]() | EditOptions(StringDifferenceOptions) | Initializes a new instance of EditOptions for computing a minimal difference, with the given StringDifferenceOptions. |
| Name | Description | |
|---|---|---|
![]() | ComputeMinimalChange | Determines whether to compute the minimal change. |
![]() | DifferenceOptions | The differencing options for this edit, if ComputeMinimalChange is true. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two sets of options are the same.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Provides a hash function for the type.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Provides a string representation of these edit options.(Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | DefaultMinimalChange | Turn this edit into a minimal change, using line and word string differencing. |
![]() ![]() | None | No special treatment. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(EditOptions, EditOptions) | Determines whether two EditOption objects are the same. |
![]() ![]() | Inequality(EditOptions, EditOptions) | Determines whether two EditOption objects are different. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




