Partager via


Méthode PropertyDefinition<T>.IPropertyDefinition.Validate

Validates whether the given value is of valid type T and within the minimum and maximum value.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Private Sub Validate ( _
    component As Object, _
    value As Object _
) Implements IPropertyDefinition.Validate
'Utilisation
Dim instance As PropertyDefinition 
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

  • component
    Type : System.Object
    The component that contains this property.

Implémente

IPropertyDefinition.Validate(Object, Object)

Voir aussi

Référence

PropertyDefinition<T> Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel