バージョン

IsDestinationValueValid メソッド (EditorWithTextAndDropDownBase)

変換後の値の有効性をチェックします。
シンタックス
'宣言
 
Protected Overrides Function IsDestinationValueValid( _
   ByVal direction As ConversionDirection, _
   ByVal destinationVal As Object, _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object, _
   ByRef message As String _
) As Boolean
protected override bool IsDestinationValueValid( 
   ConversionDirection direction,
   object destinationVal,
   EmbeddableEditorOwnerBase owner,
   object ownerContext,
   out string message
)

パラメータ

direction
変換のタイプ。
destinationVal
チェックする値。
owner
オーナー。
ownerContext
オーナーコンテキスト
message
失敗した場合の追加情報。

戻り値の型

変換後の値が有効な場合はTrue。
参照