RichTextBox for UWP/WinRT
Delete メソッド

コンテンツを削除する C1.Xaml.RichTextBox.Documents.C1TextRange
範囲内の要素とコンテンツを削除します。
構文
'宣言
 
Public Shared Function Delete( _
   ByVal range As C1TextRange, _
   Optional ByVal hasSelection As System.Boolean, _
   Optional ByVal needDeleteTable As System.Boolean _
) As C1TextPointer
public static C1TextPointer Delete( 
   C1TextRange range,
   System.bool hasSelection,
   System.bool needDeleteTable
)

パラメータ

range
コンテンツを削除する C1.Xaml.RichTextBox.Documents.C1TextRange
hasSelection
needDeleteTable

戻り値の型

削除された範囲の前の位置。
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

参照

関連項目

EditExtensions クラス
EditExtensions メンバ

Send Feedback