DifferenceBufferOption<T> Class
A base class that can be used for options that are specific to an IDifferenceBuffer.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<T>
Microsoft.VisualStudio.Text.Differencing.DifferenceBufferOption<T>
| Name | Description | |
|---|---|---|
![]() | DifferenceBufferOption<T>() | Initializes a new instance of DifferenceBufferOption. |
| Name | Description | |
|---|---|---|
![]() | Default | Gets the default value of this option.(Inherited from EditorOptionDefinition<T>.) |
![]() | DefaultValue | Gets the default value of the option.(Inherited from EditorOptionDefinition<T>.) |
![]() | Key | Gets the key of this option.(Inherited from EditorOptionDefinition<T>.) |
![]() | Name | Gets the name of the option.(Inherited from EditorOptionDefinition<T>.) |
![]() | ValueType | Gets the actual type of the option.(Inherited from EditorOptionDefinition<T>.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two EditorOptionDefinition objects are the same.(Inherited from EditorOptionDefinition.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | Gets the hash code of this type.(Inherited from EditorOptionDefinition.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsApplicableToScope(IPropertyOwner) | Determines whether this option is applicable to the given scope.(Overrides EditorOptionDefinition.IsApplicableToScope(IPropertyOwner).) |
![]() | IsValid(Object) | Determines whether the proposed value is valid.(Inherited from EditorOptionDefinition<T>.) |
![]() | IsValid(Object) | Determines whether the proposed value is valid.(Inherited from EditorOptionDefinition<T>.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


