RichTextBox for UWP/WinRT
Remove(Int32,Int32) メソッド

テキストの削除を開始するインデックス。
削除する文字数。
Text の現在の値から、指定された範囲のテキストを削除します。
構文
'宣言
 
Public Overloads Overrides Sub Remove( _
   ByVal start As System.Integer, _
   ByVal count As System.Integer _
) 
public override void Remove( 
   System.int start,
   System.int count
)

パラメータ

start
テキストの削除を開始するインデックス。
count
削除する文字数。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1Run クラス
C1Run メンバ
オーバーロード一覧

Send Feedback