parent Property (Visual Basic)

 

Sets or gets the instance of the reader that is the parent of the IVBSAXXMLFilter.

Implementation Syntax

Property parent As SAXXMLReader  

Usage Syntax

To set the parent property

Set oIVBSAXFilter.parent = oSAXXMLReader  

To get the parent property

Set oSAXXMLReader = oIVBSAXFilter.parent   

Remarks

The parent property is read/write.

Versioning

MSXML 3.0, unimplemented

Applies to

ISAXXMLFilter Interface