ComposableCatalog.AddCatalogs(IEnumerable<ComposableCatalog>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.