Share via


Int32CollectionConverter.CanConvertTo(ITypeDescriptorContext, Type) Método

Definición

Determina si el convertidor puede convertir Int32Collection en un tipo de datos determinado.

public:
 override bool CanConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, Type ^ destinationType);
public override bool CanConvertTo (System.ComponentModel.ITypeDescriptorContext context, Type destinationType);
override this.CanConvertTo : System.ComponentModel.ITypeDescriptorContext * Type -> bool
Public Overrides Function CanConvertTo (context As ITypeDescriptorContext, destinationType As Type) As Boolean

Parámetros

context
ITypeDescriptorContext

Información de contexto de un tipo.

destinationType
Type

Tipo deseado en el que evaluar la conversión.

Devoluciones

Boolean

Es true si un objeto Int32Collection puede convertir en destinationType; de lo contrario es false.

Se aplica a