Método EnumProperty.IPropertyDefinition.Validate
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Validates the property definition of an enumeration.
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 EnumProperty
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)