次の方法で共有


DelegationModuleProvider.GetModuleDefinition(IManagementContext) メソッド

定義

委任モジュール プロバイダーに関連付けられている管理モジュールに関する情報を取得します。

public:
 override Microsoft::Web::Management::Server::ModuleDefinition ^ GetModuleDefinition(Microsoft::Web::Management::Server::IManagementContext ^ context);
public override Microsoft.Web.Management.Server.ModuleDefinition GetModuleDefinition (Microsoft.Web.Management.Server.IManagementContext context);
override this.GetModuleDefinition : Microsoft.Web.Management.Server.IManagementContext -> Microsoft.Web.Management.Server.ModuleDefinition
Public Overrides Function GetModuleDefinition (context As IManagementContext) As ModuleDefinition

パラメーター

context
IManagementContext

IManagementContext呼び出し元ホストの管理コンテキストを表すインターフェイス。

戻り値

ModuleDefinition委任モジュール プロバイダーに関連付けられている オブジェクト。

注釈

パラメーターはcontext使用されないため、 インターフェイスをMicrosoft.Web.Management.Server.IManagementContextnull渡すことができます。

適用対象