Sdílet prostřednictvím


PropertyMapper<TVirtualView,TViewHandler> Třída

Definice

generic <typename TVirtualView, typename TViewHandler>
 where TVirtualView : IElement where TViewHandler : IElementHandlerpublic ref class PropertyMapper : Microsoft::Maui::PropertyMapper, Microsoft::Maui::IPropertyMapper<TVirtualView, TViewHandler>
public class PropertyMapper<TVirtualView,TViewHandler> : Microsoft.Maui.PropertyMapper, Microsoft.Maui.IPropertyMapper<TVirtualView,TViewHandler> where TVirtualView : IElement where TViewHandler : IElementHandler
type PropertyMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> IElement and 'ViewHandler :> IElementHandler)> = class
    inherit PropertyMapper
    interface IPropertyMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> IElement and 'ViewHandler :> IElementHandler)>
    interface IPropertyMapper
Public Class PropertyMapper(Of TVirtualView, TViewHandler)
Inherits PropertyMapper
Implements IPropertyMapper(Of TVirtualView, TViewHandler)

Parametry typu

TVirtualView
TViewHandler
Dědičnost
PropertyMapper<TVirtualView,TViewHandler>
Odvozené
Implementuje

Konstruktory

PropertyMapper<TVirtualView,TViewHandler>()
PropertyMapper<TVirtualView,TViewHandler>(IPropertyMapper[])

Pole

_mapper (Zděděno od PropertyMapper)

Vlastnosti

Chained (Zděděno od PropertyMapper)
Item[String]
UpdateKeys (Zděděno od PropertyMapper)

Metody

Add(String, Action<TViewHandler,TVirtualView>)
ClearKeyCache() (Zděděno od PropertyMapper)
GetKeys() (Zděděno od PropertyMapper)
GetProperty(String) (Zděděno od PropertyMapper)
SetPropertyCore(String, Action<IElementHandler,IElement>) (Zděděno od PropertyMapper)
UpdateProperties(IElementHandler, IElement) (Zděděno od PropertyMapper)
UpdateProperty(IElementHandler, IElement, String) (Zděděno od PropertyMapper)
UpdatePropertyCore(String, IElementHandler, IElement) (Zděděno od PropertyMapper)

Metody rozšíření

AppendToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>)

Zadejte metodu, která se má spustit po existujícím mapování vlastností.

ModifyMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView, TViewHandler>, String, Action<TViewHandler,TVirtualView,Action<IElementHandler, IElement>>)

Upravte mapování vlastností na místě.

PrependToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>)

Zadejte metodu, která se má spustit před mapováním existujících vlastností.

Platí pro