DifferenceViewerOption(T) Class
Inheritance Hierarchy
System..::..Object
EditorOptionDefinition
EditorOptionDefinition< (Of < ( <'T> ) > ) >
Microsoft.VisualStudio.Data.Tools.Delta..::..DifferenceViewerOption<(Of <(<'T>)>)>
Namespace: Microsoft.VisualStudio.Data.Tools.Delta
Assembly: Microsoft.VisualStudio.Data.Tools.Delta (in Microsoft.VisualStudio.Data.Tools.Delta.dll)
Syntax
'Declaration
Public MustInherit Class DifferenceViewerOption(Of T) _
Inherits EditorOptionDefinition(Of T)
'Usage
Dim instance As DifferenceViewerOption(Of T)
public abstract class DifferenceViewerOption<T> : EditorOptionDefinition<T>
generic<typename T>
public ref class DifferenceViewerOption abstract : public EditorOptionDefinition<T>
[<AbstractClassAttribute>]
type DifferenceViewerOption<'T> =
class
inherit EditorOptionDefinition<'T>
end
JScript does not support generic types and methods.
Type Parameters
- T
The DifferenceViewerOption<(Of <(<'T>)>)> type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DifferenceViewerOption< (Of < ( <'T> ) > ) > | Initializes a new instance of the DifferenceViewerOption<(Of <(<'T>)>)> class. |
Top
Properties
Name | Description | |
---|---|---|
Default | (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.) | |
DefaultValue | (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.) | |
Key | (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.) | |
Name | (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.) | |
ValueType | (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from EditorOptionDefinition.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from EditorOptionDefinition.) | |
GetType | (Inherited from Object.) | |
IsApplicableToScope | (Overrides EditorOptionDefinitionIsApplicableToScope(IPropertyOwner).) | |
IsValid(Object%) | (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.) | |
IsValid(Object%) | (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (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.