MapHandler.MapPins(IMapHandler, IMap) 方法

定义

public:
 static void MapPins(Microsoft::Maui::Maps::Handlers::IMapHandler ^ handler, Microsoft::Maui::Maps::IMap ^ map);
public static void MapPins (Microsoft.Maui.Maps.Handlers.IMapHandler handler, Microsoft.Maui.Maps.IMap map);
static member MapPins : Microsoft.Maui.Maps.Handlers.IMapHandler * Microsoft.Maui.Maps.IMap -> unit
Public Shared Sub MapPins (handler As IMapHandler, map As IMap)

参数

handler
IMapHandler
map
IMap

适用于