setURI Method
Sets the namespace URI of a specific attribute.
Visual Basic Implementation Syntax
Sub setURI(ByVal nIndex As Long, ByVal strURI As String)
Visual Basic Usage Syntax
oIMXAttributes.setURI
(nIndex, strURI)
C/C++ Syntax
HRESULT setURI(
[in] int nIndex,
[in] BSTR strURI);
Return Values
S_OK
The value returned if no errors are reported.
E_FAIL
There is only one specific fatal error for this IMXAttributes
implementation: incorrect index (E_INVALIDARG). It may return a generic failure code, such as out-of-memory.
Parameters
nIndex
The attribute's index value (zero-based), used to specify the attribute.
strURI
The namespace URI or, if the namespace has no URI. an empty string.
Versioning
Implemented in: MSXML 3.0 and later