IPropertyMapper.UpdateProperty(IElementHandler, IElement, String) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
void UpdateProperty(Microsoft::Maui::IElementHandler ^ elementHandler, Microsoft::Maui::IElement ^ virtualView, System::String ^ property);
public void UpdateProperty (Microsoft.Maui.IElementHandler elementHandler, Microsoft.Maui.IElement virtualView, string property);
abstract member UpdateProperty : Microsoft.Maui.IElementHandler * Microsoft.Maui.IElement * string -> unit
Public Sub UpdateProperty (elementHandler As IElementHandler, virtualView As IElement, property As String)
Parámetros
- elementHandler
- IElementHandler
- virtualView
- IElement
- property
- String