PropertyMapper.UpdatePropertyCore(String, IElementHandler, IElement) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- key
- String
- viewHandler
- IElementHandler
- virtualView
- IElement