IHTMLMetaElement2::scheme Property

Gets or sets a scheme to be used in interpreting the value of a property specified for the object.

Syntax

HRESULT IHTMLMetaElement2::get_scheme(BSTR *p);
HRESULT IHTMLMetaElement2::put_scheme(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives a scheme to use when interpreting the value of an object's property.
  • v
    BSTR that specifies a scheme to use when interpreting the value of an object's property.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

IHTMLMetaElement2::scheme was introduced in Microsoft Internet Explorer 6

There is no functionality implemented for this property unless defined by the author.