Share via


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
System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static Load(Uri)

Loads the configuration from the configuration service.

System_CAPS_pubmethodSystem_CAPS_static Load(XmlReader)

Loads the configuration using the xml provided.

System_CAPS_pubmethodSystem_CAPS_static SetServiceUri(Uri)

Sets the URI of the configuration service.

Events

Name Description
System_CAPS_pubeventSystem_CAPS_static 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