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
Protected method DifferenceViewerOption< (Of < ( <'T> ) > ) > Initializes a new instance of the DifferenceViewerOption<(Of <(<'T>)>)> class.

Top

Properties

  Name Description
Public property Default (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.)
Public property DefaultValue (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.)
Public property Key (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.)
Public property Name (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.)
Public property ValueType (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.)

Top

Methods

  Name Description
Public method Equals (Inherited from EditorOptionDefinition.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from EditorOptionDefinition.)
Public method GetType (Inherited from Object.)
Public method IsApplicableToScope (Overrides EditorOptionDefinitionIsApplicableToScope(IPropertyOwner).)
Public method IsValid(Object%) (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.)
Public method IsValid(Object%) (Inherited from EditorOptionDefinition< (Of < ( <'T> ) > ) >.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.Data.Tools.Delta Namespace