IHTMLDatabinding::get_dataFormatAsIHTMLDatabinding::get_dataFormatAs*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLDatabinding::put_dataFormatAs
*Next Topic: IHTMLDDElement

IHTMLDatabinding::get_dataFormatAs


HRESULT get_dataFormatAs(
    BSTR *p
);

Retrieves the type of the data to bind to the given element.

p
Address of a string variable that receives the type of data.

See also put_dataFormatAs

Up Top of Page


IHTMLDatabinding::put_dataFormatAs


HRESULT put_dataFormatAs(
    BSTR v
);

Sets the type of the data to bind to the given element.

v
String specifying the type of data.

See also get_dataFormatAs


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.