Logs Collection

This collection is a dispinterface on a class List object intended to contain strings. When the parent object’s CDF string is being assembled, each string in this collection causes the addition of a <LOG> element. The value of the string becomes the value of the VALUE attribute.

Type

IList (VT_DISPATCH)

Contains

String (VT_BSTR)

Default

Empty

Remarks

As of the authoring of this reference, only “document:view” was a valid value for the LOG element.

Example

VBScript

Set IDispItem = CreateObject("push.item")
IDispItem.Add "document:view"

See Also

Class List


© 1997-1998 Microsoft Corporation. All rights reserved.