ItemsControl.ItemsControlFromItemContainer(DependencyObject) メソッド

定義

指定したコンテナー要素を所有する ItemsControl を返します。

 static ItemsControl ItemsControlFromItemContainer(DependencyObject const& container);
public static ItemsControl ItemsControlFromItemContainer(DependencyObject container);
function itemsControlFromItemContainer(container)
Public Shared Function ItemsControlFromItemContainer (container As DependencyObject) As ItemsControl

パラメーター

container
DependencyObject

ItemsControl を返すコンテナー要素。

戻り値

指定したコンテナー要素を所有する ItemsControl 。それ以外の場合は null。

適用対象