Share via


MefHosting.GetCatalogAsync Method

Definition

Gets the ComposableCatalog that backs this MEF service.

public System.Threading.Tasks.Task<Microsoft.VisualStudio.Composition.ComposableCatalog> GetCatalogAsync ();
member this.GetCatalogAsync : unit -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Composition.ComposableCatalog>
Public Function GetCatalogAsync () As Task(Of ComposableCatalog)

Returns

The ComposableCatalog.

Applies to