IPropertyMapper<TVirtualView,TViewHandler> Rozhraní
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, 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
- Odvozené
- Implementuje
Metody
Add(String, Action<TViewHandler,TVirtualView>) | |
GetKeys() | (Zděděno od IPropertyMapper) |
GetProperty(String) | (Zděděno od IPropertyMapper) |
UpdateProperties(IElementHandler, IElement) | (Zděděno od IPropertyMapper) |
UpdateProperty(IElementHandler, IElement, String) | (Zděděno od IPropertyMapper) |
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í. |