setType Method

MSXML 5.0 SDK

Microsoft XML Core Services (MSXML) 5.0 for Microsoft Office - SAX2 Reference

setType Method

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).

[Visual Basic]

Implementation Syntax

Sub setType(ByVal nIndex As Long, ByVal strType As String)

Usage Syntax

oIMXAttributes.setType(nIndex, strType)
[C/C++]

Syntax

HRESULT setType(
    [in] int nIndex, 
    [in] BSTR strType);

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.
strType
A string representing the attribute type.

To view reference material for Visual Basic or C++ only, click the Language Filter button Language Filter in the upper-left corner of the page.

See Also

Applies to: IMXAttributes Interface