Aracılığıyla paylaş


GridLengthConverter.ConvertTo Yöntem

Tanım

bir örneğini GridLength belirtilen türe dönüştürmeyi dener.

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

Parametreler

typeDescriptorContext
ITypeDescriptorContext

Bir türün bağlam bilgilerini açıklar.

cultureInfo
CultureInfo

Dönüştürme sırasında dikkat edilmesi gereken kültürel özel bilgiler.

value
Object

Dönüştürülecek örneği GridLength .

destinationType
Type

Bu örneğinin GridLength dönüştürüldüğü tür.

Döndürülenler

Object

dönüştürülen örneğinden GridLengtholuşturulan nesne.

Öznitelikler

Özel durumlar

destinationType dönüştürme için geçerli türlerden biri değildir.

value, null değeridir.

Açıklamalar

GridLengthConverterşu türlere dönüştürmeyi destekler: , , , , , Int16, , Int32, Int64UInt16, UInt32, UInt64. DoubleSingleDecimalString

Şunlara uygulanır

Ayrıca bkz.