MapHandler.MapIsShowingUser(IMapHandler, IMap) 方法

定义

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

参数

handler
IMapHandler
map
IMap

适用于