Partager via


PropertyMapper<TVirtualView,TViewHandler> Classe

Définition

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)

Paramètres de type

TVirtualView
TViewHandler
Héritage
PropertyMapper<TVirtualView,TViewHandler>
Dérivé
Implémente

Constructeurs

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

Champs

_mapper (Hérité de PropertyMapper)

Propriétés

Chained (Hérité de PropertyMapper)
Item[String]
UpdateKeys (Hérité de PropertyMapper)

Méthodes

Add(String, Action<TViewHandler,TVirtualView>)
ClearKeyCache() (Hérité de PropertyMapper)
GetKeys() (Hérité de PropertyMapper)
GetProperty(String) (Hérité de PropertyMapper)
SetPropertyCore(String, Action<IElementHandler,IElement>) (Hérité de PropertyMapper)
UpdateProperties(IElementHandler, IElement) (Hérité de PropertyMapper)
UpdateProperty(IElementHandler, IElement, String) (Hérité de PropertyMapper)
UpdatePropertyCore(String, IElementHandler, IElement) (Hérité de PropertyMapper)

Méthodes d’extension

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

Spécifiez une méthode à exécuter après un mappage de propriété existant.

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

Modifiez un mappage de propriété en place.

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

Spécifiez une méthode à exécuter avant un mappage de propriété existant.

S’applique à