cite property

Sets or retrieves reference information about the object.

Syntax

HRESULT value = object.put_cite( v);HRESULT value = object.get_cite(* p);

Property values

Type: BSTR

reference information.

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.

Windows Internet Explorer 8 or later. In IE8 Standards mode, the value of the IHTMLPhraseElement3::cite attribute for the del, ins, and q elements depends on the context of the reference to the attribute. When read as a Document Object Model (DOM) attribute, IHTMLPhraseElement3::cite returns an absolute URL. The value specified by the page author is returned when IHTMLPhraseElement3::cite is read as a content attribute, when the page is displayed in an earlier document compatibility mode, or when the page is viewed with an earlier version of the browser. For more information, see Attribute Differences in Internet Explorer 8.

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

The value of the IHTMLPhraseElement3::cite attribute for the del, ins, and q elements depends on the context of the reference to the attribute. When read as a DOM attribute, IHTMLPhraseElement3::cite returns an absolute URL. The value specified by the document author is returned when IHTMLPhraseElement3::cite is read as a content attribute, when the document is displayed in an earlier document compatibility mode.