Validate メソッド (Object, ReportExpression(T))

この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Sub Validate ( _
    component As Object, _
    value As ReportExpression(Of T) _
)
'使用
Dim instance As ComparablePropertyDefinition
Dim component As Object
Dim value As ReportExpression(Of T)

instance.Validate(component, value)
public void Validate(
    Object component,
    ReportExpression<T> value
)
public:
void Validate(
    Object^ component, 
    ReportExpression<T> value
)
member Validate : 
        component:Object * 
        value:ReportExpression<'T> -> unit 
public function Validate(
    component : Object, 
    value : ReportExpression<T>
)

パラメーター