다음을 통해 공유


PropertyDefinition<T>.IPropertyDefinition.Validate 메서드

Validates whether the given value is of valid type T and within the minimum and maximum value.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Private Sub Validate ( _
    component As Object, _
    value As Object _
) Implements IPropertyDefinition.Validate
‘사용 방법
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는 명시적 인터페이스 구현의 사용을 지원하지만 새로운 명시적 인터페이스 구현의 선언은 지원하지 않습니다.

매개 변수

  • component
    유형: System.Object
    The component that contains this property.

구현

IPropertyDefinition.Validate(Object, Object)

참고 항목

참조

PropertyDefinition<T> 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스