ComparablePropertyDefinition<T>.Validate 方法 (Object, ReportExpression<T>)

此 API 支持 基础结构,但不能通过代码直接使用。

命名空间:  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>
)