Compartilhar via


PropertyMapper<TVirtualView,TViewHandler> Classe

Definição

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)

Parâmetros de tipo

TVirtualView
TViewHandler
Herança
PropertyMapper<TVirtualView,TViewHandler>
Derivado
Implementações

Construtores

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

Campos

_mapper (Herdado de PropertyMapper)

Propriedades

Chained (Herdado de PropertyMapper)
Item[String]
UpdateKeys (Herdado de PropertyMapper)

Métodos

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

Métodos de Extensão

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

Especifique um método a ser executado após um mapeamento de propriedade existente.

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

Modifique um mapeamento de propriedade em vigor.

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

Especifique um método a ser executado antes de um mapeamento de propriedade existente.

Aplica-se a