次の方法で共有


ActionTypeConverter.ConvertTo メソッド

定義

アクション型オブジェクトを指定したオブジェクトに変換します。

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

パラメーター

context
ITypeDescriptorContext

コンテキスト。

culture
CultureInfo

オブジェクトのカルチャです。

value
Object

オブジェクトの値。

destinationType
Type

変換先の型です。

戻り値

変換されたアクション型オブジェクトです。

適用対象