Поделиться через


PropertyDefinition<T>.IPropertyDefinition.Validate Метод

Определение

Проверяет, имеет ли заданное значение допустимый тип T и находится ли оно в пределах минимального и максимального значений.

 virtual void Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition.Validate(System::Object ^ component, System::Object ^ value) = Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition::Validate;
void IPropertyDefinition.Validate (object component, object value);
abstract member Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition.Validate : obj * obj -> unit
override this.Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition.Validate : obj * obj -> unit
Sub Validate (component As Object, value As Object) Implements IPropertyDefinition.Validate

Параметры

component
Object

Компонент, содержащий данное свойство.

value
Object

Объект для проверки.

Реализации

Применяется к