Magazine |
| | Community |
| | Workshop |
| | Tools & Samples |
| | Training |
| | Site Info |
|
|
||||||||
|
Retrieves the type of the data to bind to the given element.
Syntax
HRESULT get_dataFormatAs( BSTR *p );
Parameters
- p
- Address of a string variable that receives the type of data.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
put_dataFormatAs
Sets the type of the data to bind to the given element.
Syntax
HRESULT put_dataFormatAs( BSTR v );
Parameters
- v
- String specifying the type of data.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
get_dataFormatAs, IHTMLDataBinding
Does this content meet your programming needs? Write us!
© 1998 Microsoft Corporation. All rights reserved. Terms of use.