RichTextBox for UWP/WinRT
GetView メソッド

C1.Xaml.RichTextBox.Documents.C1TextElement
この C1RichTextViewManager で指定された C1.Xaml.RichTextBox.Documents.C1TextElement に関連付けられているビューを取得します。
構文
'宣言
 
Public Function GetView( _
   ByVal element As C1TextElement _
) As C1TextElementView
public C1TextElementView GetView( 
   C1TextElement element
)

パラメータ

element
C1.Xaml.RichTextBox.Documents.C1TextElement

戻り値の型

この C1RichTextViewManager で指定された C1.Xaml.RichTextBox.Documents.C1TextElement に関連付けられているビュー。存在しない場合は null。
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

参照

関連項目

C1RichTextViewManager クラス
C1RichTextViewManager メンバ

Send Feedback