ContentListFactory.Count

Ee796254.c++_on(en-US,CS.10).gifEe796254.vb_off(en-US,CS.10).gif

The Count property is a read/write number that gets or sets the number of content items in a ContentListFactory 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

The Count property cannot be changed once ContentList objects have been created by the ContentListFactory object. Also, the Count property cannot be set to a smaller number than its current setting.

This property is functionally identical to the one of the same name to be found in the ContentList object.

See Also

ContentListFactory Object


All rights reserved.