Partager via


ColorConverter.ConvertTo Méthode

Définition

Tente de convertir Color en un type spécifié.

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value, Type ^ destinationType);
[System.Security.SecurityCritical]
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
[<System.Security.SecurityCritical>]
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
override this.ConvertTo : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj * Type -> obj
Public Overrides Function ConvertTo (context As ITypeDescriptorContext, culture As CultureInfo, value As Object, destinationType As Type) As Object

Paramètres

context
ITypeDescriptorContext

Décrit les informations de contexte d’un type.

culture
CultureInfo

Décrit le CultureInfo du type en cours de conversion.

value
Object

Color à convertir.

destinationType
Type

Type vers lequel convertir Color.

Retours

Object

Objet créé à partir de la conversion de cette Color.

Attributs

Remarques

Pour déterminer si une conversion est possible sans effectuer la conversion, utilisez la CanConvertTo méthode.

S’applique à