Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Loads the configuration from the configuration service.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static void Load(
Uri address
)
public:
static void Load(
Uri^ address
)
static member Load :
address:Uri -> unit
Public Shared Sub Load (
address As Uri
)
Parameters
address
Type: System.UriThe URI that contains the configuration.
See Also
Load Overload
MapConfiguration Class
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top