TextBuffer Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public ref class TextBuffer abstract
public abstract class TextBuffer
type TextBuffer = class
Public MustInherit Class TextBuffer
- Herencia
-
TextBuffer
- Derivado
Constructores
| Nombre | Description |
|---|---|
| TextBuffer() | |
Propiedades
| Nombre | Description |
|---|---|
| IsDirty | |
| IsReadOnly | |
| LockEvents | |
| Text | |
| TextLength | |
Métodos
| Nombre | Description |
|---|---|
| Checkout() | |
| Dirty() | |
| Dispose() | |
| GetText(Int32, Int32) | |
| OnAttributeChanged(EventArgs) | |
| OnTextChanged(EventArgs) | |
| ReplaceText(Int32, Int32, String) | |
| ShowCode() | |
| ShowCode(Int32) | |
Eventos
| Nombre | Description |
|---|---|
| AttributeChanged | |
| TextChanged | |