IParserProperty Class

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Represents a single document property in the property bag.

interface IParserProperty : IUnknown

Remarks

Includes methods for the document parser to get and set the document property value and data type.

For IParserProperty methods, all output parameters of type LPCSTR are valid only as long as the IParserProperty interface pointer remains valid. The method caller should never change or free the memory pointed to by any output parameters of type LPCSTR.

If you call an IParserProperty.Set<datatype> method, then any previously returned output LCPSTR parameter may no longer be valid.

See Also

Concepts

Custom Document Parsers

Document Parser Interface Overview