IPropertyDefinition.Validate 方法
此 API 支持 基础结构,但不能通过代码直接使用。
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Sub Validate ( _
component As Object, _
value As Object _
)
用法
Dim instance As IPropertyDefinition
Dim component As Object
Dim value As Object
instance.Validate(component, value)
void Validate(
Object component,
Object value
)
void Validate(
Object^ component,
Object^ value
)
abstract Validate :
component:Object *
value:Object -> unit
function Validate(
component : Object,
value : Object
)