ItemsRepeater.TryGetElement(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取對應至資料來源中指定索引處之專案的實現 UIElement。
本檔適用于 Windows 應用程式 SDK 中適用于 WinUI 的 WinUI 2 for UWP (,請參閱Windows 應用程式 SDK命名空間) 。
public:
virtual UIElement ^ TryGetElement(int index) = TryGetElement;
UIElement TryGetElement(int const& index);
public UIElement TryGetElement(int index);
Public Function TryGetElement (index As Integer) As UIElement
參數
- index
-
Int32
int
項目的索引。
傳回
如果專案已實現,則對應至指定索引處專案的 UIElement;如果專案未實現,則為 null 。
備註
當 UIElement 準備好顯示專案時,就會 實現 該專案。 要求未實現之專案的 專案,並不會導致它實現;而是回報為 null。