Implementations Collection

This collection is a dispinterface on a class List object intended to contain IImplementation dispinterfaces. When the parent object’s CDF string is assembled, the GetCDFString method is invoked on each interface to fetch the object's CDF string contribution.

Type

IList (VT_DISPATCH)

Contains

IImplementation (VT_DISPATCH)

Default

Empty

Example

For Each Impl in SoftPkg.implementations
  '  each Impl returned is an Implementation object
  ' work with these objects (code ommitted)
Next

See Also

Class Implementation

Class List


© 1997-1998 Microsoft Corporation. All rights reserved.