TextBuffer Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
public ref class TextBuffer abstract
public abstract class TextBuffer
type TextBuffer = class
Public MustInherit Class TextBuffer
- Ereditarietà
-
TextBuffer
- Derivato
Costruttori
| TextBuffer() |
Proprietà
| IsDirty | |
| IsReadOnly | |
| LockEvents | |
| Text | |
| TextLength |
Metodi
| Checkout() | |
| Dirty() | |
| Dispose() | |
| GetText(Int32, Int32) | |
| OnAttributeChanged(EventArgs) | |
| OnTextChanged(EventArgs) | |
| ReplaceText(Int32, Int32, String) | |
| ShowCode() | |
| ShowCode(Int32) |
Eventi
| AttributeChanged | |
| TextChanged |