Compartilhar via


PropertyMapper<TVirtualView> Classe

Definição

generic <typename TVirtualView>
 where TVirtualView : IElementpublic ref class PropertyMapper : Microsoft::Maui::PropertyMapper<TVirtualView, Microsoft::Maui::IElementHandler ^>
public class PropertyMapper<TVirtualView> : Microsoft.Maui.PropertyMapper<TVirtualView,Microsoft.Maui.IElementHandler> where TVirtualView : IElement
type PropertyMapper<'VirtualView (requires 'VirtualView :> IElement)> = class
    inherit PropertyMapper<'VirtualView, IElementHandler (requires 'VirtualView :> IElement)>
Public Class PropertyMapper(Of TVirtualView)
Inherits PropertyMapper(Of TVirtualView, IElementHandler)

Parâmetros de tipo

TVirtualView
Herança
PropertyMapper<TVirtualView>

Construtores

PropertyMapper<TVirtualView>()
PropertyMapper<TVirtualView>(PropertyMapper[])

Campos

_mapper (Herdado de PropertyMapper)

Propriedades

Chained (Herdado de PropertyMapper)
Item[String] (Herdado de PropertyMapper<TVirtualView,TViewHandler>)
UpdateKeys (Herdado de PropertyMapper)

Métodos

Add(String, Action<TViewHandler,TVirtualView>) (Herdado de PropertyMapper<TVirtualView,TViewHandler>)
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>>)

Modificar 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