バージョン

ItemFromContainer メソッド (RecyclingItemContainerGenerator)

指定された作成済みの UIElement に対応する項目を返します。
シンタックス
'宣言
 
Public Function ItemFromContainer( _
   ByVal container As DependencyObject _
) As Object
public object ItemFromContainer( 
   DependencyObject container
)

パラメータ

container
返される項目に対応する DependencyObject。

戻り値の型

指定された作成済みの UIElement に対応する項目である DependencyObject。UIElement が作成されていない場合、UnsetValue が返されます。
例外
例外解説
System.ArgumentNullExceptionコンテナーは null です。
参照