Keywords Collection

This collection is a dispinterface on a class List object intended to contain keyword strings. When the parent object�s CDF string is constructed, each string causes the generation of a <KEYWORD> element, with the string being the contents.

Type

IList (VT_DISPATCH)

Contains

String (VT_BSTR)

Remarks

Strings can be added to this collection by using the List object�s Add method.

Example

� VBScript and Windows Scripting Host
Set Channel = CreateObject(�Push.Channel�)
call Channel.Keywords.Add(�KeywordHere)

See Also

Class List


© 1997-1998 Microsoft Corporation. All rights reserved.