←Select platform

IsValid(ITypeDescriptorContext,object) Method

Summary

Returns whether the given value object is valid for this type and for the specified context.

Syntax

C#
VB
C++
public override bool IsValid(  
   ITypeDescriptorContext context, 
   object value 
) 
Public Overrides Function IsValid( _ 
   ByVal context As ITypeDescriptorContext, _ 
   ByVal value As Object _ 
) As Boolean 
public: 
virtual bool IsValid (  
   ITypeDescriptorContext^ context, 
   Object^ value 
)  

Parameters

context
An ITypeDescriptorContext that provides a format context.

value
The Object to test for validity.

Return Value

true if the specified value is valid for this object; otherwise, false.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.Common Assembly
Click or drag to resize