DataTemplateSelector.SelectTemplate(Object, BindableObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a DataTemplate for item
by calling OnSelectTemplate(Object, BindableObject) and verifying its result.
public:
Microsoft::Maui::Controls::DataTemplate ^ SelectTemplate(System::Object ^ item, Microsoft::Maui::Controls::BindableObject ^ container);
public Microsoft.Maui.Controls.DataTemplate SelectTemplate (object item, Microsoft.Maui.Controls.BindableObject container);
member this.SelectTemplate : obj * Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.DataTemplate
Public Function SelectTemplate (item As Object, container As BindableObject) As DataTemplate
Parameters
- item
- Object
The data for which to return a template.
- container
- BindableObject
An optional container object in which the developer may have opted to store DataTemplateSelector objects.
Returns
A developer-defined DataTemplate that can be used to display item
.
Remarks
Developers should note that the Android platform is limited to 20 templates per list view.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET MAUI