MapConfiguration Class
Contains asynchronous configuration settings. The configuration settings are loaded when an event handler is added to AsynchronousConfigurationLoaded.
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetSection(String^, String^, String^, MapConfigurationCallback^) | Loads the configuration. If configuration is already loaded, this method calls the callback function without trying to load the configuration. |
![]() ![]() | GetSection(String^, String^, String^, MapConfigurationCallback^, Object^) | Loads the configuration. If configuration is already loaded, this method calls the callback function without trying to load the configuration. |
![]() ![]() | Load(Uri^) | Loads the configuration from the configuration service. |
![]() ![]() | Load(XmlReader^) | Loads the configuration using the xml provided. |
![]() ![]() | SetServiceUri(Uri^) | Sets the URI of the configuration service. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


