IHTMLBlockElement3::cite Property

Gets or sets reference information about the object.

Syntax

HRESULT IHTMLBlockElement3::get_cite(BSTR *p);
HRESULT IHTMLBlockElement3::put_cite(BSTR v);

Parameters

  • p
    Pointer to a variable of type BSTR that receives reference information.
  • v
    BSTR that specifies reference information.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

This property is designed to contain a Uniform Resource Identifier (URI) that points to information about why a document was changed, or about the source of a quotation.

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

IHTMLBlockElement3::cite was introduced in Microsoft Internet Explorer 6.