Sets an attribute in the list.
Sub setAttribute(ByVal nIndex As Long, _
ByVal strURI As String, _
ByVal strLocalName As String, _
ByVal strQName As String, _
ByVal strType As String, _
ByVal strValue As String)
oIMXAttributes.setAttribute(nIndex, _
strURI, _
strLocalName, _
strQName, _
strType, _
strValue)
HRESULT setAttribute( [in] int nIndex, [in] BSTR strURI, [in] BSTR strLocalName, [in] BSTR strQName, [in] BSTR strType, [in] BSTR strValue);
IMXAttributes implementation: incorrect index (E_INVALIDARG). It may return a generic failure code, such as out-of-memory.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