entityResolver Property
Gets or sets the current entity resolver.
[Visual Basic]
Implementation Syntax
Not supported on MXValidator
. If you attempt to use getProperty to read this property, it returns NULL and S_OK. If you attempt to set it using putProperty, it returns E_FAIL.
[C/C++]
Syntax
[propget] HRESULT entityResolver( [out, retval] IUnknown ** oResolver); [propputref] HRESULT entityResolver( [in] IUnknown * oResolver
Parameters
- oResolver [out, retval]
- This parameter is ignored. Property always returns E_FAIL if set.
- oResolver [in]
- This parameter is ignored. Property always returns E_FAIL if set.
Return Values
- S_OK
- No errors occurred.
- E_FAIL
- The property is not implemented.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
See Also
Applies to: MXValidator CoClass