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

削除する最初の子のインデックス。
削除する子の数。
この要素内の指定された範囲内の子を削除します。
構文
'宣言
 
Public Overloads Overridable Sub Remove( _
   ByVal start As System.Integer, _
   ByVal count As System.Integer _
) 
public virtual 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

参照

関連項目

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

Send Feedback