Aracılığıyla paylaş


DependencyPropertyConverter.ConvertFrom Yöntem

Tanım

Belirtilen bağlamı kullanarak belirtilen nesneyi öğesine DependencyPropertydönüştürmeye çalışır.

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ source);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object source);
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, source As Object) As Object

Parametreler

context
ITypeDescriptorContext

Bu dönüştürücüsü çağrılan ortam hakkında bilgi sağlayan bir biçim bağlamı.

culture
CultureInfo

Kültüre özgü bilgiler.

source
Object

Dönüştürülecek nesne.

Döndürülenler

Dönüştürülen nesne. Dönüştürme başarılı olursa, bu bir DependencyPropertyolur.

Özel durumlar

source dönüştürülemez.

context veya source şeklindedir null.

Açıklamalar

DependencyPropertyConverter sınıfı yalnızca bir dizeyi örneğine DependencyPropertydönüştürür.

culture bu uygulama tarafından kullanılmaz.

Sağlanan hizmetin context uygun değerlendirme için gereken hizmetleri sağlaması beklenir. Bunlar arasında IAmbientProvider, IXamlTypeResolverve IXamlSchemaContextProviderbulunur.

Şunlara uygulanır