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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.