内部使用のみ。
シンタックス
'宣言
Protected Overridable Sub OnValidateParametersCompleted( _
ByVal As System.Collections.Generic.List(Of ParameterValidationError), _
ByVal As System.Exception _
)
'使用法
Dim instance As C1DocumentSource
Dim errors As System.Collections.Generic.List(Of ParameterValidationError)
Dim exception As System.Exception
instance.OnValidateParametersCompleted(errors, exception)
protected virtual void OnValidateParametersCompleted(
System.Collections.Generic.List<ParameterValidationError> ,
System.Exception
)
パラメータ
- errors
- exception
参照