ITemplatedItemsView<TItem> Interface
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.
generic <typename TItem>
where TItem : BindableObjectpublic interface class ITemplatedItemsView : Microsoft::Maui::Controls::IItemsView<TItem>
public interface ITemplatedItemsView<TItem> : Microsoft.Maui.Controls.IItemsView<TItem> where TItem : BindableObject
type ITemplatedItemsView<'Item (requires 'Item :> BindableObject)> = interface
interface IItemsView<'Item (requires 'Item :> BindableObject)>
Public Interface ITemplatedItemsView(Of TItem)
Implements IItemsView(Of TItem)
Type Parameters
- TItem
- Derived
- Implements
-
IItemsView<TItem>
Properties
ListProxy | |
TemplatedItems |
Methods
CreateDefault(Object) | (Inherited from IItemsView<T>) |
SetupContent(T, Int32) | (Inherited from IItemsView<T>) |
UnhookContent(T) | (Inherited from IItemsView<T>) |
Events
PropertyChanged |
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.