RichTextBox for UWP/WinRT
MakeHyperlink メソッド

ハイパーリンクにする C1.Xaml.RichTextBox.Documents.C1TextRange
ハイパーリンクの System.Uri
ハイパーリンクの TargetName
テキスト範囲をハイパーリンクにします。
構文
'宣言
 
Public Shared Sub MakeHyperlink( _
   ByVal range As C1TextRange, _
   ByVal uri As System.Uri, _
   Optional ByVal targetName As System.String _
) 
public static void MakeHyperlink( 
   C1TextRange range,
   System.Uri uri,
   System.string targetName
)

パラメータ

range
ハイパーリンクにする C1.Xaml.RichTextBox.Documents.C1TextRange
uri
ハイパーリンクの System.Uri
targetName
ハイパーリンクの TargetName
解説
範囲が複数のブロックにまたがる場合、このメソッドはブロックごとに1つの C1.Xaml.RichTextBox.Documents.C1Hyperlink 要素を生成します。
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