ImageSourceConverter.ConvertFrom Methode

Definition

Versucht, ein angegebenes Objekt in eine Instanz von ImageSource zu konvertieren.

public:
 override System::Object ^ ConvertFrom(System::ComponentModel::ITypeDescriptorContext ^ context, System::Globalization::CultureInfo ^ culture, System::Object ^ value);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
public override object ConvertFrom (System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value);
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
override this.ConvertFrom : System.ComponentModel.ITypeDescriptorContext * System.Globalization.CultureInfo * obj -> obj
Public Overrides Function ConvertFrom (context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object

Parameter

context
ITypeDescriptorContext

Die für die Konvertierung verwendeten Typkontextinformationen.

culture
CultureInfo

Kulturinformationen, die während der Konvertierung beachtet werden.

value
Object

Das Objekt, das konvertiert wird.

Gibt zurück

Eine neue Instanz von ImageSource.

Attribute

Ausnahmen

value ist null oder ein ungültiger Typ.

Gilt für: