Share via


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
System_CAPS_pubproperty Item[String]

Gets the configuration setting identified by the specified key.

Methods

Name Description
System_CAPS_pubmethod Contains(String)

Returns a bool indicating if the configuration setting identified by the specified key is in the map configuration.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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