ILITTag Interface

This is a write-only interface to a tag. Litgen.dll clients should:

  1. Ask ILITParserHost for a blank tag using the NewTag() method.

  2. Populate its name and attributes through the ILITTag interface.

  3. Give it back to ILITParserHost with Tag().

In addition to the methods inherited from IUnknown, the ILITTag interface exposes the following methods.

Method Description
SetName Sets the name of a new tag.
AddAttribute Adds an attribute to a new tag.

© 2000 Microsoft Corporation. All rights reserved. Terms of use.