Share via


TextBuffer Class

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration..::..TextBuffer

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Public MustInherit Class TextBuffer
'Usage
Dim instance As TextBuffer
public abstract class TextBuffer
public ref class TextBuffer abstract
[<AbstractClassAttribute>]
type TextBuffer =  class end
public abstract class TextBuffer

The TextBuffer type exposes the following members.

Constructors

  Name Description
Protected method TextBuffer Initializes a new instance of the TextBuffer class.

Top

Properties

  Name Description
Public property IsDirty Gets {insert text here}.
Public property IsReadOnly Gets {insert text here}.
Public property LockEvents Gets or sets {insert text here}.
Public property Text Gets or sets {insert text here}.
Public property TextLength Gets {insert text here}.

Top

Methods

  Name Description
Public method Checkout
Public method Dirty
Public method Dispose
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetText
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnAttributeChanged
Protected method OnTextChanged
Public method ReplaceText
Public method ShowCode() () () ()
Public method ShowCode(Int32)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event AttributeChanged
Public event TextChanged

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.SqlEditor.VSIntegration Namespace