次の方法で共有


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

適用対象

こちらもご覧ください