Share via


ComposableCatalog.AddCatalog(ComposableCatalog) Method

Definition

Merges this catalog with another one, including parts, discovery details and errors.

public Microsoft.VisualStudio.Composition.ComposableCatalog AddCatalog (Microsoft.VisualStudio.Composition.ComposableCatalog catalogToMerge);
member this.AddCatalog : Microsoft.VisualStudio.Composition.ComposableCatalog -> Microsoft.VisualStudio.Composition.ComposableCatalog
Public Function AddCatalog (catalogToMerge As ComposableCatalog) As ComposableCatalog

Parameters

catalogToMerge
ComposableCatalog

The catalog to be merged with this one.

Returns

The merged version of the catalog.

Applies to