Share via


NetFxAdapters.WithDesktopSupport(ComposableCatalog) Method

Definition

Caution

Desktop support is automatically included when run on the .NET Framework.

Adds parts that allow MEF to work on .NET Framework platforms.

[System.Obsolete("Desktop support is automatically included when run on the .NET Framework.")]
public static Microsoft.VisualStudio.Composition.ComposableCatalog WithDesktopSupport (this Microsoft.VisualStudio.Composition.ComposableCatalog catalog);
[<System.Obsolete("Desktop support is automatically included when run on the .NET Framework.")>]
static member WithDesktopSupport : Microsoft.VisualStudio.Composition.ComposableCatalog -> Microsoft.VisualStudio.Composition.ComposableCatalog
<Extension()>
Public Function WithDesktopSupport (catalog As ComposableCatalog) As ComposableCatalog

Parameters

catalog
ComposableCatalog

The catalog to add desktop support to.

Returns

The catalog that includes desktop support.

Attributes

Applies to