RichTextBox for UWP/WinRT
Children プロパティ (C1TextElement)

この C1TextElement のすべての子を取得します。
構文
'宣言
 
Public ReadOnly Property Children As System.Collections.ObjectModel.Collection(Of C1TextElement)
public System.Collections.ObjectModel.Collection<C1TextElement> Children {get;}
解説
このコレクションを使用すると、この C1TextElement の型がわからなくても、ドキュメントツリーを簡単に操作することができます。これにより、無効なドキュメントの作成が可能になりますが、IsValidChild を使用すると、ある型がこの C1TextElement の有効な子かどうかを確認できます。
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