name Property (IXMLDOMAttribute) (Windows CE 5.0)
Contains the attribute name.
[Script]
Script Syntax
strValue= oXMLDOMAttribute.name;
Script Parameters
None.
Script Return Value
String. It returns the name of the attribute. The value is the same as the nodeName property of the IXMLDOMNode object.
[C/C++]
C/C++ Syntax
HRESULT get_name(BSTR* attributeName);
C/C++Parameters
- attributeName
[out, retval] Name of the attribute. The value is the same as the nodeName property of the IXMLDOMNode object.
C/C++ Return Values
- S_OK
Value returned if successful. - S_FALSE
Value when returning Null. - E_INVALIDARG
Value returned if attributeName is Null.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: Msxml2.h, Msxml2.idl.
General Remarks
This property is read-only, and applies to the following objects and interfaces:
See Also
Send Feedback on this topic to the authors