Gets or sets the current content handler.
To get the current content handler:
Set oContentHandler = oMXValidator.contentHandler
To set the current content handler:
Set oMXValidator.contentHandler = oContentHandler
[propget] HRESULT contentHandler( [out, retval] IUnknown ** oHandler); [propputref] HRESULT contentHandler( [in] IUnknown *oHandler);
of the MXValidator
, either an IVBSAXcontentHandler
or an ISAXContentHandler
.IVBSAXContentHandler
or an ISAXContentHandler
.The contentHandler
property can accept either an IVBSAXContentHandler
or an ISAXContentHandler
.
To view reference information for Visual Basic or C/C++ only, click the Language Filter button in the upper-left corner of the page.
ISAXContentHandler/IVBSAXContentHandler Interface
Applies to: MXValidator CoClass