[This is preliminary documentation and is subject to change.]
Places a filter on this SifWriter such that only elements (and their
children) identified in the array will be included in the output. Note
that attributes are always included even if not specified in the filter
list, as are top-level SIF Data Objects like StudentPersonal.
The filter remains in effect until the clearFilter method
is called or a null array is passed to this method.
| C# | Visual Basic | Visual C++ |
public virtual IElementDef[] Filter{ set;}
Public Overridable WriteOnly Property Filter As IElementDef()
public: virtual property array<IElementDef^>^ Filter { void set (array<IElementDef^>^ value); }
An array of ElementDef constants from the SifDtd class
that identify elements to include in the output, or null
to clear the current filter