ComposableCatalog.AddCatalog(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 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.