Validate Método (Object, T)
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Sub Validate ( _
component As Object, _
value As T _
)
'Uso
Dim instance As ComparablePropertyDefinition
Dim component As Object
Dim value As T
instance.Validate(component, value)
public void Validate(
Object component,
T value
)
public:
void Validate(
Object^ component,
T value
)
member Validate :
component:Object *
value:'T -> unit
public function Validate(
component : Object,
value : T
)