FlexReport for WPF
ValidateParametersAsync メソッド (C1DocumentSource)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1DocumentSource クラス : ValidateParametersAsync メソッド
ValidateParameters メソッドの非ブロック(非同期)バージョン。
シンタックス
'宣言
 
Public Function ValidateParametersAsync() As System.Threading.Tasks.Task(Of List(Of ParameterValidationError))
'使用法
 
Dim instance As C1DocumentSource
Dim value As System.Threading.Tasks.Task(Of List(Of ParameterValidationError))
 
value = instance.ValidateParametersAsync()
public System.Threading.Tasks.Task<List<ParameterValidationError>> ValidateParametersAsync()

戻り値の型

エラーを特定する ParameterValidationError オブジェクトの非同期リスト(空の場合があります)。
参照

C1DocumentSource クラス
C1DocumentSource メンバ