Microsoft XML 2.5 SDK


 

IXMLDOMNode::get_dataType Method

[This is preliminary documentation and subject to change.]

Specifies the data type for this node.

Visual Basic Syntax

strValue = oXMLDOMNode.dataType

C/C++ Syntax

HRESULT get_dataType(

    VARIANT *dataTypeName);

Parameters

dataTypeName

[out]
VARIANT can be a BSTR that contains the data type name, or VT_NULL if no data type is defined.

C/C++ Return Values

S_OK

Value returned if successful.

S_FALSE

Value when returning null.

E_INVALIDARG

Value returned if dataTypeName is null.