scheme property
[This documentation is preliminary and is subject to change.]
Sets or retrieves a scheme to be used in interpreting the value of a property specified for the object.
Syntax
HRESULT value = object.put_scheme(BSTR v);HRESULT value = object.get_scheme(BSTR* p);
Property values
Type: BSTR
a scheme to use when interpreting the value of an object's property.
Remarks
IHTMLMetaElement2::scheme was introduced in Microsoft Internet Explorer 6
There is no functionality implemented for this property unless defined by the author.
Build date: 6/12/2012
Community Additions
Show: