This document is archived and information here might be outdated. Recommended version. |
The text parser.
[Visual Basic .NET] Public Property TextParser As ITextParser
[C#] public ITextParser TextParser {get; set;}
[C++]
HRESULT get_TextParser(
ITextParser** parser
);
[C++]
HRESULT putref_TextParser(
ITextParser* parser
);
[C++] Parameters parser [out, retval]
parser is a parameter of type ITextParser** parser [in]
parser is a parameter of type ITextParser*