PropertyMapper<TVirtualView> Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
generic <typename TVirtualView>
where TVirtualView : IElementpublic ref class PropertyMapper : Microsoft::Maui::PropertyMapper<TVirtualView, Microsoft::Maui::IElementHandler ^>
public class PropertyMapper<TVirtualView> : Microsoft.Maui.PropertyMapper<TVirtualView,Microsoft.Maui.IElementHandler> where TVirtualView : IElement
type PropertyMapper<'VirtualView (requires 'VirtualView :> IElement)> = class
inherit PropertyMapper<'VirtualView, IElementHandler (requires 'VirtualView :> IElement)>
Public Class PropertyMapper(Of TVirtualView)
Inherits PropertyMapper(Of TVirtualView, IElementHandler)
Jenis parameter
- TVirtualView
- Warisan
Konstruktor
PropertyMapper<TVirtualView>() | |
PropertyMapper<TVirtualView>(PropertyMapper[]) |
Bidang
_mapper | (Diperoleh dari PropertyMapper) |
Properti
Chained | (Diperoleh dari PropertyMapper) |
Item[String] | (Diperoleh dari PropertyMapper<TVirtualView,TViewHandler>) |
UpdateKeys | (Diperoleh dari PropertyMapper) |
Metode
Add(String, Action<TViewHandler,TVirtualView>) | (Diperoleh dari PropertyMapper<TVirtualView,TViewHandler>) |
ClearKeyCache() | (Diperoleh dari PropertyMapper) |
GetKeys() | (Diperoleh dari PropertyMapper) |
GetProperty(String) | (Diperoleh dari PropertyMapper) |
SetPropertyCore(String, Action<IElementHandler,IElement>) | (Diperoleh dari PropertyMapper) |
UpdateProperties(IElementHandler, IElement) | (Diperoleh dari PropertyMapper) |
UpdateProperty(IElementHandler, IElement, String) | (Diperoleh dari PropertyMapper) |
UpdatePropertyCore(String, IElementHandler, IElement) | (Diperoleh dari PropertyMapper) |
Metode Ekstensi
AppendToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>) |
Tentukan metode yang akan dijalankan setelah pemetaan properti yang ada. |
ModifyMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView, TViewHandler>, String, Action<TViewHandler,TVirtualView,Action<IElementHandler, IElement>>) |
Ubah pemetaan properti di tempat. |
PrependToMapping<TVirtualView,TViewHandler>(IPropertyMapper<TVirtualView,TViewHandler>, String, Action<TViewHandler,TVirtualView>) |
Tentukan metode yang akan dijalankan sebelum pemetaan properti yang ada. |