Build a Verifier given a declaring type and a property name. This method is a template method that depends on each any subclass of the VerifierAttribute to provide a
VerifierAttribute.BuildVerifierCore implementation.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As VerifierAttribute
Dim declaringType As Type
Dim propertyName As String
Dim value As Verifier
value = instance.BuildVerifier(declaringType, propertyName) |
Parameters
- declaringType
- propertyName
Requirements
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
See Also