Share via


MapConfiguration.GetSection Method (String, String, String, MapConfigurationCallback)

 

Loads the configuration. If configuration is already loaded, this method calls the callback function without trying to load the configuration.

Namespace:   Microsoft.Maps.MapControl.WPF.Core
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

Syntax

public static void GetSection(
    string version,
    string sectionName,
    string culture,
    MapConfigurationCallback callback
)
public:
static void GetSection(
    String^ version,
    String^ sectionName,
    String^ culture,
    MapConfigurationCallback^ callback
)
static member GetSection : 
        version:string *
        sectionName:string *
        culture:string *
        callback:MapConfigurationCallback -> unit
Public Shared Sub GetSection (
    version As String,
    sectionName As String,
    culture As String,
    callback As MapConfigurationCallback
)

Parameters

  • version
    Type: System.String

    The version string of the configuration.

  • sectionName
    Type: System.String

    The name of the configuration section to load.

See Also

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

Return to top