Class Codebase

Programmatic Identifier: Push.Codebase.1

The Push.Codebase.1 COM class, hereafter referred to as the Codebase class, defines an object that can be used to manage information used to build a CODEBASE XML element as defined by the Open Software Description (OSD) specification.

The Codebase class exposes a dispinterface to the methods listed. Therefore, all invocations must proceed through the IDispatch interface.

The Codebase class exposes a dispinterface to the methods listed below. Therefore, all invocations must proceed through the IDispatch interface.

Dispinterface ICodebase

Methods

Name Description
AddElement Adds a user-defined XML element to the Elements collection.
GetCDFString Builds and returns the CDF string defined by the object and all subobjects in collections.

Properties

Name Description
Filename Holds a string value used to build the optional FILENAME attribute for the object's CDF string.
HREF Holds a string value used to build the optional HREF attribute for the object's CDF string.
Size Holds a string value used to build the optional SIZE attribute for the object's CDF string.

Collections

Name Description
Elements A collection of user-defined XML elements.


© 1997-1998 Microsoft Corporation. All rights reserved.