Share via


DifferenceBufferOption(T) Class

Inheritance Hierarchy

System..::..Object
  EditorOptionDefinition
    EditorOptionDefinition< (Of < ( <'T> ) > ) >
      Microsoft.VisualStudio.Data.Tools.Delta..::..DifferenceBufferOption<(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 DifferenceBufferOption(Of T) _
    Inherits EditorOptionDefinition(Of T)
'Usage
Dim instance As DifferenceBufferOption(Of T)
public abstract class DifferenceBufferOption<T> : EditorOptionDefinition<T>
generic<typename T>
public ref class DifferenceBufferOption abstract : public EditorOptionDefinition<T>
[<AbstractClassAttribute>]
type DifferenceBufferOption<'T> =  
    class
        inherit EditorOptionDefinition<'T>
    end
JScript does not support generic types and methods.

Type Parameters

  • T

The DifferenceBufferOption<(Of <(<'T>)>)> type exposes the following members.

Constructors

  Name Description
Protected method DifferenceBufferOption< (Of < ( <'T> ) > ) > Initializes a new instance of the DifferenceBufferOption<(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