ValidationAttribute.Validate(ITypeDescriptorContext, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
abstract Microsoft::ReportDesigner::ValidationResult Validate(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ value);
public abstract Microsoft.ReportDesigner.ValidationResult Validate (System.ComponentModel.ITypeDescriptorContext context, object value);
abstract member Validate : System.ComponentModel.ITypeDescriptorContext * obj -> Microsoft.ReportDesigner.ValidationResult
Public MustOverride Function Validate (context As ITypeDescriptorContext, value As Object) As ValidationResult
Parameters
- context
- ITypeDescriptorContext
- value
- Object