IPropertyMapper<TVirtualView,TViewHandler> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Type Parameters
- TVirtualView
- TViewHandler
- Derived
- Implements
Methods
Add(String, Action<TViewHandler,TVirtualView>) | |
GetKeys() | (Inherited from IPropertyMapper) |
GetProperty(String) | (Inherited from IPropertyMapper) |
UpdateProperties(IElementHandler, IElement) | (Inherited from IPropertyMapper) |
UpdateProperty(IElementHandler, IElement, String) | (Inherited from IPropertyMapper) |
Extension Methods
AppendToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>) |
Specify a method to be run after an existing property mapping. |
ModifyMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView, TViewHandler>, String, Action<TViewHandler,TVirtualView,Action<IElementHandler, IElement>>) |
Modify a property mapping in place. |
PrependToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>) |
Specify a method to be run before an existing property mapping. |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI