TextBuffer クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public ref class TextBuffer abstract
public abstract class TextBuffer
type TextBuffer = class
Public MustInherit Class TextBuffer
- 継承
-
TextBuffer
- 派生
コンストラクター
| TextBuffer() |
プロパティ
| IsDirty | |
| IsReadOnly | |
| LockEvents | |
| Text | |
| TextLength |
メソッド
| Checkout() | |
| Dirty() | |
| Dispose() | |
| GetText(Int32, Int32) | |
| OnAttributeChanged(EventArgs) | |
| OnTextChanged(EventArgs) | |
| ReplaceText(Int32, Int32, String) | |
| ShowCode() | |
| ShowCode(Int32) |
イベント
| AttributeChanged | |
| TextChanged |