Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Validates whether the given value is of valid type T and within the minimum and maximum value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Private Sub Validate ( _
component As Object, _
value As Object _
) Implements IPropertyDefinition.Validate
'Usage
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 unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.
Parameter
- component
Typ: System.Object
The component that contains this property.
- value
Typ: System.Object
The object to validate.
Implementiert
IPropertyDefinition.Validate(Object, Object)