Freigeben über


PropertyMapper<TVirtualView> Klasse

Definition

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)

Typparameter

TVirtualView
Vererbung
PropertyMapper<TVirtualView>

Konstruktoren

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

Felder

_mapper (Geerbt von PropertyMapper)

Eigenschaften

Chained (Geerbt von PropertyMapper)
Item[String] (Geerbt von PropertyMapper<TVirtualView,TViewHandler>)
UpdateKeys (Geerbt von PropertyMapper)

Methoden

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

Erweiterungsmethoden

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

Geben Sie eine Methode an, die nach einer vorhandenen Eigenschaftszuordnung ausgeführt werden soll.

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

Ändern sie eine Eigenschaftszuordnung.

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

Geben Sie eine Methode an, die vor einer vorhandenen Eigenschaftszuordnung ausgeführt werden soll.

Gilt für: