MapConfiguration Class

Bing
 

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)

System::Object
  Microsoft.Maps.MapControl.WPF.Core::MapConfiguration

public ref class MapConfiguration abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetSection(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_staticGetSection(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_staticLoad(Uri^)

Loads the configuration from the configuration service.

System_CAPS_pubmethodSystem_CAPS_staticLoad(XmlReader^)

Loads the configuration using the xml provided.

System_CAPS_pubmethodSystem_CAPS_staticSetServiceUri(Uri^)

Sets the URI of the configuration service.

NameDescription
System_CAPS_pubeventSystem_CAPS_staticLoaded

Occurs when the configuration is loaded.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: