다음을 통해 공유


StringProperty.IPropertyDefinition.Validate(Object, Object) 메서드

정의

지정한 속성의 유효성을 검사합니다.

 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

속성 값입니다.

구현

적용 대상