Visual Basic (Usage) | ![]() |
---|---|
Dim instance As VerifierEngine Dim type As Type instance.DiscoverVerifiers(type) |
Parameters
- type
Discovers all base class verifiers before derived class verifiers. Verifiers are discovered in the following order: attributed verifiers on the type, attributed verifiers on the "buddy" class, and finally verifiers provided from any IVerifierProvider implementations. In Silverlight applications, the standard Silverlight validation attributes will be discovered during attributed discovery.
This method should not in general need to be called since verifiers will be lazily discovered on an as-needed basis when they are first referenced.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family