Método ComparablePropertyDefinition<T>.IPropertyDefinition.Validate
Validates the property definition.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Private Sub Validate ( _
component As Object, _
value As Object _
) Implements IPropertyDefinition.Validate
'Uso
Dim instance As ComparablePropertyDefinition
Dim component As Object
Dim value As Object
CType(instance, IPropertyDefinition).Validate(component, _
value)
void IPropertyDefinition.Validate(
Object component,
Object value
)
private:
virtual void Validate(
Object^ component,
Object^ value
) sealed = IPropertyDefinition::Validate
private abstract Validate :
component:Object *
value:Object -> unit
private override Validate :
component:Object *
value:Object -> unit
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.
Parâmetros
- component
Tipo: System.Object
The component of the property.
- value
Tipo: System.Object
The value of the property.
Implementa
IPropertyDefinition.Validate(Object, Object)