GridLengthConverter.ConvertTo Methode

Definition

Versucht, eine Instanz von GridLength in einen angegebenen Typ zu konvertieren.

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ typeDescriptorContext, System::Globalization::CultureInfo ^ cultureInfo, System::Object ^ value, Type ^ destinationType);
[System.Security.SecurityCritical]
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, object value, Type destinationType);
public override object ConvertTo (System.ComponentModel.ITypeDescriptorContext typeDescriptorContext, System.Globalization.CultureInfo cultureInfo, 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 (typeDescriptorContext As ITypeDescriptorContext, cultureInfo As CultureInfo, value As Object, destinationType As Type) As Object

Parameter

typeDescriptorContext
ITypeDescriptorContext

Beschreibt die Kontextinformationen eines Typs.

cultureInfo
CultureInfo

Kulturspezifische Informationen, die während der Konvertierung berücksichtigt werden sollten.

value
Object

Die Instanz von GridLength, um zu konvertieren.

destinationType
Type

Der Typ, in den diese Instanz von GridLength konvertiert wird.

Gibt zurück

Object

Das Objekt, das aus der konvertierten Instanz von GridLength erstellt wird.

Attribute

Ausnahmen

destinationType ist kein gültiger Typ für die Konvertierung.

value ist null.

Hinweise

GridLengthConverterunterstützt die Konvertierung in die folgenden Typen: String, SingleInt16DoubleDecimalInt64UInt16Int32UInt32. . UInt64

Gilt für

Siehe auch