MapConfigurationSection Class
Represents a section of the map configuration.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Inheritance Hierarchy
System.Object
Microsoft.Maps.MapControl.WPF.Core.MapConfigurationSection
Syntax
public class MapConfigurationSection
public ref class MapConfigurationSection
type MapConfigurationSection = class end
Public Class MapConfigurationSection
Properties
Name | Description | |
---|---|---|
Item[String] | Gets the configuration setting identified by the specified key. |
Methods
Name | Description | |
---|---|---|
Contains(String) | Returns a bool indicating if the configuration setting identified by the specified key is in the map configuration. |
|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top