Adds an attribute to the end of the attribute collection.
Sub addAttribute(ByVal strURI As String, _
ByVal strLocalName As String, _
ByVal strQName As String, _
ByVal strType As String, _
ByVal strValue As String)
oIMXAttributes.addAttribute(strURI, _
strLocalName, _
strQName, _
strType, _
strValue)
Adds an attribute to the end of the attribute collection.
HRESULT addAttribute(
[in] BSTR strURI,
[in] BSTR strLocalName,
[in] BSTR strQName,
[in] BSTR strType,
[in] BSTR strValue);
To maximize efficiency, the addAttribute method does not check if the attribute is in the list. Therefore, the user application should check for the existence of an attribute before adding it to the bottom of the attribute list.
To view reference material for Visual Basic or C++ only, click the Language Filter button
in the upper-left corner of the page.
Applies to: IMXAttributes Interface
| This HTML Help has been published using the chm2web software. |