Partager via


Méthode Validate

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

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

Syntaxe

'Déclaration
Sub Validate ( _
    component As Object, _
    value As Object _
)
'Utilisation
Dim instance As IPropertyDefinition
Dim component As Object
Dim value As Object

instance.Validate(component, value)
void Validate(
    Object component,
    Object value
)
void Validate(
    Object^ component, 
    Object^ value
)
abstract Validate : 
        component:Object * 
        value:Object -> unit 
function Validate(
    component : Object, 
    value : Object
)

Paramètres