LocationCollectionConverter Class

 

Contains methods that parse a string containing locations into a LocationCollection.

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

Inheritance Hierarchy

System.Object
  System.ComponentModel.TypeConverter
    Microsoft.Maps.MapControl.WPF.Design.LocationCollectionConverter

Syntax

public class LocationCollectionConverter : TypeConverter
public ref class LocationCollectionConverter : TypeConverter
type LocationCollectionConverter = 
    class
        inherit TypeConverter
    end
Public Class LocationCollectionConverter
    Inherits TypeConverter

Constructors

Name Description
System_CAPS_pubmethod LocationCollectionConverter()

Initializes a new instance of the LocationCollectionConverter class.

Methods

Name Description
System_CAPS_pubmethod CanConvertFrom(ITypeDescriptorContext, Type)

Determines whether the given type can be converted to a LocationCollection.(Overrides TypeConverter.CanConvertFrom(ITypeDescriptorContext, Type).)

System_CAPS_pubmethod CanConvertFrom(Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CanConvertTo(ITypeDescriptorContext, Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CanConvertTo(Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)

Converts the given object to a LocationCollection.(Overrides TypeConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)

System_CAPS_pubmethod ConvertFrom(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromInvariantString(ITypeDescriptorContext, String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromInvariantString(String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromString(ITypeDescriptorContext, CultureInfo, String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromString(ITypeDescriptorContext, String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertFromString(String)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertTo(Object, Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToInvariantString(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToInvariantString(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToString(ITypeDescriptorContext, CultureInfo, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToString(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod ConvertToString(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CreateInstance(IDictionary)

(Inherited from TypeConverter.)

System_CAPS_pubmethod CreateInstance(ITypeDescriptorContext, IDictionary)

(Inherited from TypeConverter.)

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_protmethod GetConvertFromException(Object)

(Inherited from TypeConverter.)

System_CAPS_protmethod GetConvertToException(Object, Type)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetCreateInstanceSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetCreateInstanceSupported(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetProperties(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetProperties(ITypeDescriptorContext, Object, Attribute[])

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetProperties(Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetPropertiesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetPropertiesSupported(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValues()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValues(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesExclusive()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesExclusive(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesSupported()

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetStandardValuesSupported(ITypeDescriptorContext)

(Inherited from TypeConverter.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod IsValid(ITypeDescriptorContext, Object)

(Inherited from TypeConverter.)

System_CAPS_pubmethod IsValid(Object)

(Inherited from TypeConverter.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod SortProperties(PropertyDescriptorCollection, String[])

(Inherited from TypeConverter.)

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.Design Namespace

Return to top