Partager via


Méthode Validate (Object, T)

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
Public Sub Validate ( _
    component As Object, _
    value As T _
)
'Utilisation
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
)

Paramètres

  • value
    Type : T