IParserProperty Interface
Applies to: SharePoint Foundation 2010
Provides an interface that a COM object can use to implement a single document property.
{
uuid(65FCA965-C475-40d1-A393-23EDC0E4E07B)
}
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 that is pointed to by any output parameters of type LPCSTR. For example, calling any of the Set<datatype> methods changes the memory that is pointed to by a previously returned output LCPSTR parameter and thus invalidates the pointer.