Compartilhar via


Init Method

Initializes the WPSC object.

objWPSC.Init(objDOM)

objWPSC  A reference to a WPSC object.

objDOM  A reference to the DOMObject of the Web Part Page.

Remarks

This method is used internally by the Web Part infrastructure and is not intended to be used directly from your code.

Example

Microsoft Visual Basic Scripting Edition:

WPSC.Init(document)

Microsoft JScript:

WPSC.Init(document);

Requirements

Platforms: Microsoft Windows Server 2003

Applies to: WPSC Object