Share via


MapConfiguration.Load Method (Uri)

 

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

    The URI that contains the configuration.

See Also

Load Overload
MapConfiguration Class
Microsoft.Maps.MapControl.WPF.Core Namespace

Return to top