RichTextBox for UWP/WinRT
InsertText メソッド

テキストを挿入する位置の C1.Xaml.RichTextBox.Documents.C1TextPointer
挿入するテキスト。
同じブロック内の直前のランのスタイルを維持しながら、テキストをドキュメントに挿入します。
構文
'宣言
 
Public Shared Function InsertText( _
   ByVal position As C1TextPointer, _
   ByVal text As System.String _
) As C1TextRange
public static C1TextRange InsertText( 
   C1TextPointer position,
   System.string text
)

パラメータ

position
テキストを挿入する位置の C1.Xaml.RichTextBox.Documents.C1TextPointer
text
挿入するテキスト。

戻り値の型

挿入されたテキストの開始位置。
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