KeyConverter.ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Methode

Definition

Versucht, das angegebene Objekt im angegebenen Kontext in einen Key zu konvertieren.

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

Ein Formatkontext, der Informationen über die Umgebung enthält, in der dieser Konverter aufgerufen wird.

culture
CultureInfo

Kulturspezifische Informationen.

source
Object

Das zu konvertierende Objekt.

Gibt zurück

Das konvertierte Objekt.

Ausnahmen

source kann nicht konvertiert werden.

Hinweise

Schlüsselnamen werden immer von InvariantCultureausgewertet.

destinationType muss den Wert String haben.

Gilt für: