DependencyPropertyConverter.ConvertFrom Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mencoba mengonversi objek yang ditentukan menjadi DependencyProperty, menggunakan konteks yang ditentukan.
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
Parameter
- context
- ITypeDescriptorContext
Konteks format yang menyediakan informasi tentang lingkungan tempat konverter ini dipanggil.
- culture
- CultureInfo
Informasi khusus budaya.
- source
- Object
Objek yang akan dikonversi.
Mengembalikan
Objek yang dikonversi. Jika konversi berhasil, ini adalah DependencyProperty.
Pengecualian
source
tidak dapat dikonversi.
context
atau source
adalah null
.
Keterangan
Kelas DependencyPropertyConverter hanya mengonversi string menjadi instans DependencyProperty.
culture
tidak digunakan oleh implementasi ini.
Yang context
disediakan diharapkan untuk memberikan layanan yang diperlukan untuk evaluasi yang tepat. Ini termasuk IAmbientProvider , IXamlTypeResolver , dan IXamlSchemaContextProvider .