次の方法で共有


NetFxAdapters.WithDesktopSupport(ComposableCatalog) メソッド

定義

注意事項

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

MEF が.NET Frameworkプラットフォームで動作できるようにするパーツを追加します。

[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

パラメーター

catalog
ComposableCatalog

デスクトップ サポートを追加するカタログ。

戻り値

デスクトップ サポートを含むカタログ。

属性

適用対象