Dependencies Collection

The Dependencies collection is a dispinterface on a class List object intended to contain class Dictionary object dispinterfaces. When the GetCDFString method is invoked on the object, each object in the collection is enumerated, and the key/value pairs used to build an XML element. Each element is then added to the object's CDF string.

Type

IList (VT_DISPATCH)

Contains

IDictionary (VT_DISPATCH)

Default

Empty

Example

For Each Dep in SoftPkg.Dependencies
  '  (code ommited)
Next

See Also

Class List

Class Dictionary


© 1997-1998 Microsoft Corporation. All rights reserved.