バージョン

TextLength プロパティ

エディターのテキストの長さを取得します。
シンタックス
'宣言
 
Public ReadOnly Property TextLength As Integer
public int TextLength {get;}
例外
例外解説
System.InvalidOperationExceptionエディターは編集モードではない場合にスローされた例外。
System.NotSupportedExceptionエディターがオーバーライドし、SupportsSelectableText プロパティから True を返さない場合にスローされた例外。
参照