RadioButtons.ContainerFromIndex(Int32) 方法

定义

返回项集合中指定索引处的项的容器。

public:
 virtual UIElement ^ ContainerFromIndex(int index) = ContainerFromIndex;
UIElement ContainerFromIndex(int const& index);
public UIElement ContainerFromIndex(int index);
function containerFromIndex(index)
Public Function ContainerFromIndex (index As Integer) As UIElement

参数

index
Int32

int

要检索的项的索引。

返回

如果项具有容器,则为项集合中位于指定索引处的项的容器;否则为 null

适用于

另请参阅