Compartir a través de


PropertyMapper<TVirtualView> Clase

Definición

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
Herencia
PropertyMapper<TVirtualView>

Constructores

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

Campos

_mapper (Heredado de PropertyMapper)

Propiedades

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

Métodos

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

Métodos de extensión

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

Especifique un método que se va a ejecutar después de una asignación de propiedades existente.

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

Modifique una asignación de propiedades en su lugar.

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

Especifique un método que se va a ejecutar antes de una asignación de propiedades existente.

Se aplica a