Previous in Contents Next in Contents

Processors Collection

The Processors collection is a dispinterface on a class List object intended to contain strings. When the GetCDFString method is invoked on an object whose class defines this collection, each string is used to build a <PROCESSOR VALUE="string"> child XML element.

Type

IList (VT_DISPATCH)

Contains

String (VT_BSTR)

Default

Empty

Example

Impl.Processors.Add("x86")

See Also

Class List


© 1997-2000 Microsoft Corporation. All rights reserved.