This collection is a dispinterface on a class List object intended to contain strings. When the parent object’s CDF string is assembled, each string in this collection causes the insertion of a <PUBLISHER> element. The value of the string is inserted as its content.
Type
IList (VT_DISPATCH)
Contains
String (VT_BSTR)
Default
Empty
Example
VBScript
Set IDispPublishers = IDispItem.Publishers
IDispPublishers.Add "This Publisher's Name"
See Also