PropertyMapper<TVirtualView,TViewHandler> Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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)
Parametry typu
- TVirtualView
- TViewHandler
- Dziedziczenie
- Pochodne
- Implementuje
Konstruktory
| PropertyMapper<TVirtualView,TViewHandler>() | |
| PropertyMapper<TVirtualView,TViewHandler>(IPropertyMapper[]) |
Pola
| _mapper | (Odziedziczone po PropertyMapper) |
Właściwości
| Chained | (Odziedziczone po PropertyMapper) |
| Item[String] | |
| UpdateKeys | (Odziedziczone po PropertyMapper) |
Metody
| Add(String, Action<TViewHandler,TVirtualView>) | |
| ClearKeyCache() | (Odziedziczone po PropertyMapper) |
| GetKeys() | (Odziedziczone po PropertyMapper) |
| GetProperty(String) | (Odziedziczone po PropertyMapper) |
| SetPropertyCore(String, Action<IElementHandler,IElement>) | (Odziedziczone po PropertyMapper) |
| UpdateProperties(IElementHandler, IElement) | (Odziedziczone po PropertyMapper) |
| UpdateProperty(IElementHandler, IElement, String) | (Odziedziczone po PropertyMapper) |
| UpdatePropertyCore(String, IElementHandler, IElement) | (Odziedziczone po PropertyMapper) |
Metody rozszerzania
| AppendToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>) |
Określ metodę do uruchomienia po istniejącym mapowaniu właściwości. |
| ModifyMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView, TViewHandler>, String, Action<TViewHandler,TVirtualView,Action<IElementHandler, IElement>>) |
Zmodyfikuj mapowanie właściwości na miejscu. |
| PrependToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>) |
Określ metodę do uruchomienia przed istniejącym mapowaniem właściwości. |