バージョン

GetAutoConvertedDestinationValue メソッド (OptionSetEditor)

独自のエディターでは、そのエディターの自動変換を提供するようにこのメソッドをオーバーライドしてください。
シンタックス
'宣言
 
Protected Overrides Function GetAutoConvertedDestinationValue( _
   ByVal direction As ConversionDirection, _
   ByVal sourceVal As Object, _
   ByVal destinationType As Type, _
   ByRef isValidConversion As Boolean, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object _
) As Object
protected override object GetAutoConvertedDestinationValue( 
   ConversionDirection direction,
   object sourceVal,
   Type destinationType,
   out bool isValidConversion,
   EmbeddableEditorOwnerBase owner,
   object ownerContext
)

パラメータ

direction
変換のタイプ。
sourceVal
変換する値。
destinationType
変換後の値の型。
isValidConversion
変換が有効だった場合は True。
owner
オーナー。
ownerContext
OwnerContext.

戻り値の型

変換後の値。
参照