Sets the type of a specific attribute. This is a user-created type if it is has not been declared in the document type definition (DTD).
Sub setType(ByVal nIndex As Long, ByVal strType As String)
oIMXAttributes.setType(nIndex, strType)
HRESULT setType( [in] int nIndex, [in] BSTR strType);
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