ContentList.Count

Ee797650.c++_on(en-US,CS.10).gifEe797650.vb_off(en-US,CS.10).gif

The Count property is a read/write number that gets or sets the number of items in a ContentList object.

Definition

Property Count() As Long

Parameters

None.

Error Values

This method sets the Number property of the global Err object to S_OK (&H00000000) to indicate success and to standard COM error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object. In particular, the Description property may contain a text description of the error.

Remarks

Normally, the Count property is already fixed when a ContentList object is created by a ContentListFactory object. The property may only be set for ContentList objects that are created by a ContentListFactory object that has not yet had any content items stored in it. Also, the Count property cannot be set to a number smaller than the current setting.

This property is functionally identical to the one of the same name in the ContentListFactory object.

See Also

ContentList Object


All rights reserved.