バージョン

IsDestinationValueValid メソッド (EmbeddableEditorBase)

個々のエディターでこのメソッドをオーバーライドして、変換された値が有効かどうかをチェックしてください。この値では、検証中にオーナーの GetConstraints メソッドが返す ValueConstraint オブジェクトは使用されません。
シンタックス
'宣言
 
Protected Overridable 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 virtual bool IsDestinationValueValid( 
   ConversionDirection direction,
   object destinationVal,
   EmbeddableEditorOwnerBase owner,
   object ownerContext,
   out string message
)

パラメータ

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

戻り値の型

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