Configures a feature.
The MXValidator
CoClass only supports the following feature:
"exhaustive-errors"
Sub putFeature(strName As String, varValue as Variant)
oMXValidator.putFeature(strName, varValue)
HRESULT putFeature( [in] BSTR strName, [in] VARIANT_BOOL fValue);
fValue
parameter is TRUE (not parsing).fValue
parameter is FALSE (parsing).If the putFeature
method fails, either because the feature setting could not be changed, or because an invalid feature name was passed to the method, a trappable error is raised.
The "exhaustive-errors"
feature reports all validation errors. It is always enabled and only returns True.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
Applies to: MXValidator CoClass