Sets the qualified name (QName) of a specific attribute.
Sub setQName(ByVal nIndex As Long, ByVal strQName As String)
oIMXAttributes.setQName(nIndex, strQName)
HRESULT setQName( [in] int nIndex, [in] BSTR strQName);
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