MapConfiguration Class
Contains asynchronous configuration settings. The configuration settings are loaded when an event handler is added to AsynchronousConfigurationLoaded.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Inheritance Hierarchy
System.Object
Microsoft.Maps.MapControl.WPF.Core.MapConfiguration
Syntax
public static class MapConfiguration
public ref class MapConfiguration abstract sealed
[<AbstractClass>]
[<Sealed>]
type MapConfiguration = class end
Public NotInheritable Class MapConfiguration
Methods
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. |
Events
Name | Description | |
---|---|---|
Loaded | Occurs when the configuration is loaded. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top