ComponentOne Studio for WinRT XAML
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 の有効な子かどうかを確認できます。
参照

C1TextElement クラス
C1TextElement メンバ

 

 


Copyright © GrapeCity inc. All rights reserved.