次の方法で共有


DependencyContext.Default プロパティ

定義

現在のアプリケーションの依存関係コンテキストを取得します。

public:
 static property Microsoft::Extensions::DependencyModel::DependencyContext ^ Default { Microsoft::Extensions::DependencyModel::DependencyContext ^ get(); };
public static Microsoft.Extensions.DependencyModel.DependencyContext? Default { get; }
static member Default : Microsoft.Extensions.DependencyModel.DependencyContext
Public Shared ReadOnly Property Default As DependencyContext

プロパティ値

現在のアプリケーションの依存関係コンテキスト。

適用対象