GetCDFString Method

The GetCDFString method builds and returns the CDF string defined by an object's properties and collections. For collections of objects whose class also defines a GetCDFString method, a recursive descent mechanism is used. That is, each of these objects has its GetCDFString method invoked, and in turn that object will invoke GetCDFString on its collected objects, and so on down the line. The recursion stops when the hierarchy is exhausted.

This method is standard across all Push COM classes. In some cases, extra parameters are required to successfully invoke the method. The reference information for those implementations are listed in the COM class reference where applicable.

VBScript Syntax

IObject.GetCDFString

Parameters

None

Return Value

The CDF formatted string defined by the object.

Example

VBScript and Windows Scripting Host

WScript.Echo Object.GetCDFString

© 1997-1998 Microsoft Corporation. All rights reserved.