ItemsControl.IndexFromContainer(DependencyObject) 方法

定义

返回具有指定生成的容器的项的索引。

public:
 virtual int IndexFromContainer(DependencyObject ^ container) = IndexFromContainer;
int IndexFromContainer(DependencyObject const& container);
public int IndexFromContainer(DependencyObject container);
function indexFromContainer(container)
Public Function IndexFromContainer (container As DependencyObject) As Integer

参数

container
DependencyObject

要检索其项索引的生成的容器。

返回

Int32

int

对应于指定生成的容器的项的索引;如果未找到,则 container 为 -1。

实现

适用于