Returns a Boolean value that indicates whether a feature is enabled or disabled.
The MXValidator
CoClass supports the following feature:
"exhaustive-errors"
Function getFeature(strName As String) As Boolean
boolFeature = oMXValidator.getFeature(strName)
HRESULT getFeature( [in] BSTR strName, [out, retval] VARIANT_BOOL *fValue);
fValue
parameter contains a Boolean value indicating whether the feature specified in strName
is enabled (TRUE) or disabled (FALSE).The "exhaustive-errors"
feature is the only feature and is not configurable. It is always enabled and 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