Поделиться через


PropertyMapper<TVirtualView,TViewHandler> Класс

Определение

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)

Параметры типа

TVirtualView
TViewHandler
Наследование
PropertyMapper<TVirtualView,TViewHandler>
Производный
Реализации

Конструкторы

PropertyMapper<TVirtualView,TViewHandler>()
PropertyMapper<TVirtualView,TViewHandler>(IPropertyMapper[])

Поля

_mapper (Унаследовано от PropertyMapper)

Свойства

Chained (Унаследовано от PropertyMapper)
Item[String]
UpdateKeys (Унаследовано от PropertyMapper)

Методы

Add(String, Action<TViewHandler,TVirtualView>)
ClearKeyCache() (Унаследовано от PropertyMapper)
GetKeys() (Унаследовано от PropertyMapper)
GetProperty(String) (Унаследовано от PropertyMapper)
SetPropertyCore(String, Action<IElementHandler,IElement>) (Унаследовано от PropertyMapper)
UpdateProperties(IElementHandler, IElement) (Унаследовано от PropertyMapper)
UpdateProperty(IElementHandler, IElement, String) (Унаследовано от PropertyMapper)
UpdatePropertyCore(String, IElementHandler, IElement) (Унаследовано от PropertyMapper)

Методы расширения

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

Укажите метод, который будет выполняться после существующего сопоставления свойств.

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

Измените сопоставление свойств на месте.

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

Укажите метод, который будет выполняться до сопоставления существующего свойства.

Применяется к