COMAdminCatalogCollection.Add

The Add method adds an item to the collection, giving it the high index value. This change is not reflected in the persisted COM+ catalog data store until you use SaveChanges.

The AddEnabled property indicates whether the collection supports this method.

When an object is added, the Count property is updated to reflect the change.

Syntax

Function Add() As Object 

Parameters

None.

Return Values

The method returns a reference to the COMAdminCatalogObject object being added to the collection.

Requirements

For an explanation of the requirement values, see Requirements.

Platforms: Windows 2000, Windows XP, Windows Server 2003

Header: Declared in comadmin.h

Library: Included as a resource in comadmin.dll

See Also

Reference

ICatalogCollection::Add

Send comments about this topic to Microsoft.