ItemContainerGenerator.ContainerFromIndex(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回對應至 ItemCollection 內指定索引處之項目 (Item) 的項目 (Element)。
public:
System::Windows::DependencyObject ^ ContainerFromIndex(int index);
public System.Windows.DependencyObject ContainerFromIndex (int index);
member this.ContainerFromIndex : int -> System.Windows.DependencyObject
Public Function ContainerFromIndex (index As Integer) As DependencyObject
參數
- index
- Int32
所需項目的索引。
傳回
傳回對應至 ItemCollection 內指定索引處之項目 (Item) 的項目 (Element);如果項目 (Item) 未具現化,則傳回 null
。