ReorderableItemsViewHandler<TItemsView> Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
generic <typename TItemsView>
where TItemsView : ReorderableItemsViewpublic ref class ReorderableItemsViewHandler : Microsoft::Maui::Controls::Handlers::Items::GroupableItemsViewHandler<TItemsView>
public class ReorderableItemsViewHandler<TItemsView> : Microsoft.Maui.Controls.Handlers.Items.GroupableItemsViewHandler<TItemsView> where TItemsView : ReorderableItemsView
type ReorderableItemsViewHandler<'ItemsView (requires 'ItemsView :> ReorderableItemsView)> = class
inherit GroupableItemsViewHandler<'ItemsView (requires 'ItemsView :> ReorderableItemsView)>
Public Class ReorderableItemsViewHandler(Of TItemsView)
Inherits GroupableItemsViewHandler(Of TItemsView)
Parametry typu
- TItemsView
- Dziedziczenie
-
ViewHandler<TItemsView,Object>ReorderableItemsViewHandler<TItemsView>
- Pochodne
Konstruktory
| ReorderableItemsViewHandler<TItemsView>() | |
| ReorderableItemsViewHandler<TItemsView>(PropertyMapper) |
Pola
| ReorderableItemsViewMapper |
Właściwości
| ContainerView |
Pobiera widok, który działa jako kontener dla .PlatformView (Odziedziczone po ViewHandler) |
| HasContainer |
Pobiera lub ustawia wartość wskazującą, czy PlatformView element jest zawarty w widoku. (Odziedziczone po ViewHandler) |
| MauiContext | (Odziedziczone po ElementHandler) |
| NeedsContainer |
Pobiera wartość wskazującą, czy VirtualView widok kontenera wymaga widoku kontenera. (Odziedziczone po ViewHandler) |
| PlatformView | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| Services | (Odziedziczone po ElementHandler) |
| VirtualView | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
Metody
| ConnectHandler(TPlatformView) | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| CreatePlatformView() | |
| DisconnectHandler(TPlatformView) | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| GetDesiredSize(Double, Double) | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| Invoke(String, Object) | (Odziedziczone po ElementHandler) |
| MapCanReorderItems(ReorderableItemsViewHandler<TItemsView>, ReorderableItemsView) | |
| PlatformArrange(Rect) | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| RemoveContainer() | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| SetMauiContext(IMauiContext) | (Odziedziczone po ElementHandler) |
| SetupContainer() | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| SetVirtualView(IElement) | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| SetVirtualView(IView) | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| UpdateValue(String) | (Odziedziczone po ElementHandler) |
Jawne implementacje interfejsu
| IElementHandler.DisconnectHandler() | (Odziedziczone po ElementHandler) |
| IElementHandler.PlatformView | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| IElementHandler.VirtualView | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |
| IViewHandler.ContainerView | (Odziedziczone po ViewHandler) |
| IViewHandler.VirtualView | (Odziedziczone po ViewHandler<TVirtualView,TPlatformView>) |