ItemsRepeater.TryGetElement(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取與數據源中指定索引處的項目對應的實現UIElement。
public:
virtual UIElement ^ TryGetElement(int index) = TryGetElement;
UIElement TryGetElement(int const& index);
public UIElement TryGetElement(int index);
function tryGetElement(index)
Public Function TryGetElement (index As Integer) As UIElement
參數
- index
-
Int32
int
項目的索引。
傳回
如果專案已實現,則對應至指定索引處專案的 UIElement;如果專案未實現,則為 null 。
備註
當UIElement準備好顯示專案時 ,就會實現 專案。 要求未實現之專案的專案不會使它實現;相反地,它會回報為 null。