XPathMessageContextTypeConverter.ConvertTo Methode

Definitie

Converteert het opgegeven contextobject naar het XAML-serialiseerbare type van dit conversieprogramma, met behulp van de opgegeven context- en cultuurinformatie.

public:
 override System::Object ^ ConvertTo(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value, Type ^ destinationType);
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, Type destinationType);
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

Parameters

context
ITypeDescriptorContext

Een type dat de indelingscontext biedt.

culture
CultureInfo

De informatie over een specifieke cultuur, zoals kalenders en getalnotaties.

value
Object

Het object dat moet worden geconverteerd.

destinationType
Type

Het type om het value argument te converteren naar.

Retouren

De geconverteerde context.

Van toepassing op