MapPointConverter.CanConvertFrom Method (ITypeDescriptorContext, Type)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Returns a value that indicates whether the specified type can be converted to a Point.
Assembly: Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)
'Declaration Public Overrides Function CanConvertFrom ( _ context As ITypeDescriptorContext, _ sourceType As Type _ ) As Boolean
Parameters
- context
- Type: System.ComponentModel.ITypeDescriptorContext
Type context.
- sourceType
- Type: System.Type
The type that is to be converted to a Point.
Return Value
Type: System.Booleantrue if the specified type can be converted to a Point; otherwise false.
Show: