Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a bool indicating if the configuration setting identified by the specified key is in the map configuration.
Namespace: Microsoft.Maps.MapControl.WPF.Core
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
public bool Contains(
string key
)
public:
bool Contains(
String^ key
)
member Contains :
key:string -> bool
Public Function Contains (
key As String
) As Boolean
Parameters
key
Type: System.StringThe key to use.
Return Value
Type: System.Boolean
Returns Boolean.
See Also
MapConfigurationSection Class
Microsoft.Maps.MapControl.WPF.Core Namespace
Return to top