PickerHandler.MapReload(IPickerHandler, IPicker, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use Microsoft.Maui.Handlers.PickerHandler.MapItems instead
public:
static void MapReload(Microsoft::Maui::Handlers::IPickerHandler ^ handler, Microsoft::Maui::IPicker ^ picker, System::Object ^ args);
[System.Obsolete("Use Microsoft.Maui.Handlers.PickerHandler.MapItems instead")]
public static void MapReload(Microsoft.Maui.Handlers.IPickerHandler handler, Microsoft.Maui.IPicker picker, object? args);
public static void MapReload(Microsoft.Maui.Handlers.IPickerHandler handler, Microsoft.Maui.IPicker picker, object? args);
[<System.Obsolete("Use Microsoft.Maui.Handlers.PickerHandler.MapItems instead")>]
static member MapReload : Microsoft.Maui.Handlers.IPickerHandler * Microsoft.Maui.IPicker * obj -> unit
static member MapReload : Microsoft.Maui.Handlers.IPickerHandler * Microsoft.Maui.IPicker * obj -> unit
Public Shared Sub MapReload (handler As IPickerHandler, picker As IPicker, args As Object)
Parameters
- handler
- IPickerHandler
- picker
- IPicker
- args
- Object
- Attributes
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.