Vector3DCollectionConverter.ConvertFrom Yöntem

Tanım

Verilen nesneden öğesine Vector3DCollection dönüştürmeyi dener.

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

Parametreler

context
ITypeDescriptorContext

Bu çağrı için ITypeDescriptorContext.

culture
CultureInfo

Dönüştürme sırasında dikkate alınan CultureInfo.

value
Object

Vector3DCollection örneğine dönüştürülecek nesne.

Döndürülenler

Object

Vector3DCollection oluşturuldu.

Özel durumlar

Örnek nesne null ise veya Vector3DCollection'a dönüştürülebilecek geçerli bir tür değilse NotSupportedException oluşturulur.

Şunlara uygulanır