IHTMLHeadElement::profile Property

Gets or sets one or more Uniform Resource Identifiers (URIs) in which the object properties and legal values for those properties are defined.

Syntax

HRESULT IHTMLHeadElement::get_profile(BSTR *p);
HRESULT IHTMLHeadElement::put_profile(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives one or more URIs, separated by spaces, that specify property definitions and legal values.
  • v
    BSTR that specifies one or more URIs, separated by spaces, that specify property definitions and legal values.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

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

IHTMLHeadElement::profile was introduced in Microsoft Internet Explorer 6.