Share via


ComposableCatalog.AddCatalogs(IEnumerable<ComposableCatalog>) Method

Definition

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

public Microsoft.VisualStudio.Composition.ComposableCatalog AddCatalogs (System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.Composition.ComposableCatalog> catalogsToMerge);
member this.AddCatalogs : seq<Microsoft.VisualStudio.Composition.ComposableCatalog> -> Microsoft.VisualStudio.Composition.ComposableCatalog
Public Function AddCatalogs (catalogsToMerge As IEnumerable(Of ComposableCatalog)) As ComposableCatalog

Parameters

catalogsToMerge
IEnumerable<ComposableCatalog>

The catalogs to be merged with this one.

Returns

The merged version of the catalog.

Applies to