
This interface provides the ability access the methods associated with the NEXTID element.
The NEXTID element is a parameter read by and generated by text editing software to create unique identifiers.
This element can only be used within the HEAD tag.
IHTMLNextIdElement Methods
| put_n | get_n |
HRESULT put_n(
BSTR v
);
Sets the value of the identifier to the string passed in.
See also get_n
HRESULT get_n(
BSTR *p
);
Retrieves the value of the identifier name.
See also put_n
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.