PropertyMapper<TVirtualView,TViewHandler> Constructores
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í.
Sobrecargas
PropertyMapper<TVirtualView,TViewHandler>() | |
PropertyMapper<TVirtualView,TViewHandler>(IPropertyMapper[]) |
PropertyMapper<TVirtualView,TViewHandler>()
public:
PropertyMapper();
public PropertyMapper ();
Public Sub New ()
Se aplica a
PropertyMapper<TVirtualView,TViewHandler>(IPropertyMapper[])
public:
PropertyMapper(... cli::array <Microsoft::Maui::IPropertyMapper ^> ^ chained);
public PropertyMapper (params Microsoft.Maui.IPropertyMapper[] chained);
new Microsoft.Maui.PropertyMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> Microsoft.Maui.IElement and 'ViewHandler :> Microsoft.Maui.IElementHandler)> : Microsoft.Maui.IPropertyMapper[] -> Microsoft.Maui.PropertyMapper<'VirtualView, 'ViewHandler (requires 'VirtualView :> Microsoft.Maui.IElement and 'ViewHandler :> Microsoft.Maui.IElementHandler)>
Public Sub New (ParamArray chained As IPropertyMapper())
Parámetros
- chained
- IPropertyMapper[]