バージョン

GetChildrenCoreBase メソッド

GetChildrenCore の基本実装を返します。
シンタックス
'宣言
 
Protected Function GetChildrenCoreBase( _
   ByVal excludeItemElements As Boolean _
) As List(Of AutomationPeer)
protected List<AutomationPeer> GetChildrenCoreBase( 
   bool excludeItemElements
)

パラメータ

excludeItemElements
Infragistics.Windows.Virtualization.RecyclingItemsControl 内の項目の項目要素を表すピアを削除するには Ture に設定します。

戻り値の型

GetChildrenCore の基本実装からの子要素のコレクション。
参照