IPropertyMapper<TVirtualView,TViewHandler> Interfejs
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 interface class IPropertyMapper : Microsoft::Maui::IPropertyMapper
public interface IPropertyMapper<out TVirtualView,out TViewHandler> : Microsoft.Maui.IPropertyMapper where TVirtualView : IElement where TViewHandler : IElementHandler
type IPropertyMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> IElement and 'ViewHandler :> IElementHandler)> = interface
interface IPropertyMapper
Public Interface IPropertyMapper(Of Out TVirtualView, Out TViewHandler)
Implements IPropertyMapper
Parametry typu
- TVirtualView
- TViewHandler
- Pochodne
- Implementuje
Metody
| Add(String, Action<TViewHandler,TVirtualView>) | |
| GetKeys() | (Odziedziczone po IPropertyMapper) |
| GetProperty(String) | (Odziedziczone po IPropertyMapper) |
| UpdateProperties(IElementHandler, IElement) | (Odziedziczone po IPropertyMapper) |
| UpdateProperty(IElementHandler, IElement, String) | (Odziedziczone po IPropertyMapper) |
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. |