PropertyMapper.UpdatePropertyCore(String, IElementHandler, IElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
protected:
virtual void UpdatePropertyCore(System::String ^ key, Microsoft::Maui::IElementHandler ^ viewHandler, Microsoft::Maui::IElement ^ virtualView);
protected virtual void UpdatePropertyCore (string key, Microsoft.Maui.IElementHandler viewHandler, Microsoft.Maui.IElement virtualView);
abstract member UpdatePropertyCore : string * Microsoft.Maui.IElementHandler * Microsoft.Maui.IElement -> unit
override this.UpdatePropertyCore : string * Microsoft.Maui.IElementHandler * Microsoft.Maui.IElement -> unit
Protected Overridable Sub UpdatePropertyCore (key As String, viewHandler As IElementHandler, virtualView As IElement)
Paramètres
- key
- String
- viewHandler
- IElementHandler
- virtualView
- IElement