MapConfiguration.Load Method (XmlReader)
Loads the configuration using the xml provided.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public static void Load(
XmlReader config
)
public:
static void Load(
XmlReader^ config
)
static member Load :
config:XmlReader -> unit
Public Shared Sub Load (
config As XmlReader
)
Parameters
config
Type: System.Xml.XmlReaderThe configuration xml to use.
See Also
Load Overload
MapConfiguration Class
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top