PropertyMapper<TVirtualView> Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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)
Parametry typu
- TVirtualView
- Dědičnost
Konstruktory
PropertyMapper<TVirtualView>() | |
PropertyMapper<TVirtualView>(PropertyMapper[]) |
Pole
_mapper | (Zděděno od PropertyMapper) |
Vlastnosti
Chained | (Zděděno od PropertyMapper) |
Item[String] | (Zděděno od PropertyMapper<TVirtualView,TViewHandler>) |
UpdateKeys | (Zděděno od PropertyMapper) |
Metody
Add(String, Action<TViewHandler,TVirtualView>) | (Zděděno od PropertyMapper<TVirtualView,TViewHandler>) |
ClearKeyCache() | (Zděděno od PropertyMapper) |
GetKeys() | (Zděděno od PropertyMapper) |
GetProperty(String) | (Zděděno od PropertyMapper) |
SetPropertyCore(String, Action<IElementHandler,IElement>) | (Zděděno od PropertyMapper) |
UpdateProperties(IElementHandler, IElement) | (Zděděno od PropertyMapper) |
UpdateProperty(IElementHandler, IElement, String) | (Zděděno od PropertyMapper) |
UpdatePropertyCore(String, IElementHandler, IElement) | (Zděděno od PropertyMapper) |
Metody rozšíření
AppendToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>) |
Zadejte metodu, která se má spustit po existujícím mapování vlastností. |
ModifyMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView, TViewHandler>, String, Action<TViewHandler,TVirtualView,Action<IElementHandler, IElement>>) |
Upravte mapování vlastností na místě. |
PrependToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>) |
Zadejte metodu, která se má spustit před existujícím mapováním vlastností. |