valueType property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the data type of the IHTMLParamElement2::value attribute.

Syntax

HRESULT value = object.put_valueType(BSTR v);HRESULT value = object.get_valueType(BSTR* p);

Property values

Type: BSTR

the type of data specified in the IHTMLParamElement2::value attribute of the param element.

data

Default. The value specified by the IHTMLParamElement2::value attribute will be evaluated and passed to the applet, embed, or object element as a string.

ref

The value specified by the IHTMLParamElement2::value attribute is a URI that designates a resource where run-time values are stored. This allows support tools to identify URIs given as parameters.

object

The value specified by the IHTMLParamElement2::value attribute is an ID that refers to an object declaration in the same document. The ID must be the value of the IHTMLElement::id attribute set for the declared object element.

Standards information

Remarks

IHTMLParamElement2::valueType was introduced in Microsoft Internet Explorer 6

See also

Conceptual

Binding HTML Elements to Data

Introduction to Data Binding

 

 

Build date: 6/12/2012