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