TextBuffer 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class TextBuffer abstract
public abstract class TextBuffer
type TextBuffer = class
Public MustInherit Class TextBuffer
- 繼承
-
TextBuffer
- 衍生
建構函式
| 名稱 | Description |
|---|---|
| TextBuffer() | |
屬性
| 名稱 | Description |
|---|---|
| IsDirty | |
| IsReadOnly | |
| LockEvents | |
| Text | |
| TextLength | |
方法
| 名稱 | Description |
|---|---|
| Checkout() | |
| Dirty() | |
| Dispose() | |
| GetText(Int32, Int32) | |
| OnAttributeChanged(EventArgs) | |
| OnTextChanged(EventArgs) | |
| ReplaceText(Int32, Int32, String) | |
| ShowCode() | |
| ShowCode(Int32) | |
事件
| 名稱 | Description |
|---|---|
| AttributeChanged | |
| TextChanged | |