DifferenceViewerOption<T> Class
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.
A base class that can be used for options that are specific to an IDifferenceViewer.
generic <typename T>
public ref class DifferenceViewerOption abstract : Microsoft::VisualStudio::Text::Editor::EditorOptionDefinition<T>
template <typename T>
[Windows::Foundation::Metadata::WebHostHidden]
class DifferenceViewerOption abstract : Microsoft::VisualStudio::Text::Editor::EditorOptionDefinition<T>
public abstract class DifferenceViewerOption<T> : Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<T>
type DifferenceViewerOption<'T> = class
inherit EditorOptionDefinition<'T>
Public MustInherit Class DifferenceViewerOption(Of T)
Inherits EditorOptionDefinition(Of T)
- T
- Inheritance
Difference |
Initializes a new instance of DifferenceViewerOption. |
Default |
Gets the default value of this option. (Inherited from EditorOptionDefinition<T>) |
Default |
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>) |
Value |
Gets the actual type of the option. (Inherited from EditorOptionDefinition<T>) |
Equals(Object) |
Determines whether two EditorOptionDefinition objects are the same. (Inherited from EditorOptionDefinition) |
Get |
Gets the hash code of this type. (Inherited from EditorOptionDefinition) |
Is |
Determines whether this option is applicable to the specified scope. |
Is |
Determines whether the proposed value is valid. (Inherited from EditorOptionDefinition<T>) |
Is |
Determines whether the proposed value is valid. (Inherited from EditorOptionDefinition<T>) |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |