バージョン

GetVisibleItems メソッド

表示可能なすべての項目を返します。スロットが非 null の場合、createItemCallback パラメーターを使用し、 新しい項目を作成して null のスロットに入力できます。
シンタックス
'宣言
 
Protected Function GetVisibleItems( _
   ByVal createItemCallback As ICreateItemCallback _
) As IEnumerable
protected IEnumerable GetVisibleItems( 
   ICreateItemCallback createItemCallback
)

パラメータ

createItemCallback
null スロットを埋めるために項目を作成するために使用されます。null の場合、null 項目はスキップされます。

戻り値の型

このスパース配列の表示可能な項目。
参照