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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.