Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
A base class that can be used for options that are specific to an IDifferenceViewer.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition
Microsoft.VisualStudio.Text.Editor.EditorOptionDefinition<T>
Microsoft.VisualStudio.Text.Differencing.DifferenceViewerOption<T>
Namespace: Microsoft.VisualStudio.Text.Differencing
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public MustInherit Class DifferenceViewerOption(Of T) _
Inherits EditorOptionDefinition(Of T)
public abstract class DifferenceViewerOption<T> : EditorOptionDefinition<T>
generic<typename T>
public ref class DifferenceViewerOption abstract : public EditorOptionDefinition<T>
[<AbstractClass>]
type DifferenceViewerOption<'T> =
class
inherit EditorOptionDefinition<'T>
end
JScript does not support generic types or methods.
Type Parameters
- T
The type of option.
The DifferenceViewerOption<T> type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
DifferenceViewerOption<T> | Initializes a new instance of DifferenceViewerOption. |
Top
Properties
| 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>.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether two EditorOptionDefinition objects are the same. (Inherited from EditorOptionDefinition.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Gets the hash code of this type. (Inherited from EditorOptionDefinition.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IsApplicableToScope | Determines whether this option is applicable to the specified scope. (Overrides EditorOptionDefinition.IsApplicableToScope(IPropertyOwner).) |
![]() |
IsValid(Object%) | Determines whether the proposed value is valid. (Inherited from EditorOptionDefinition<T>.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)