次の方法で共有


IAppHostMethodExtension::P rovideMethod メソッド

要素に拡張機能を提供できる IAppHostElement インターフェイス のメソッドを提供します。

構文

HRESULT ProvideMethod(  
   [in] IAppHostMethod * pMethod,  
   [in] IAppHostMethodInstance * pMethodInstance,  
   [in] IAppHostElement * pElement  
);  

パラメーター

pMethod
の静的 IAppHostMethod インターフェイス オブジェクト pElement

pMethodInstance
呼び出しリストを保持する現在の IAppHostMethodInstance インターフェイス

pElement
の親 IAppHostElement インターフェイスpMethod

戻り値

HRESULT。 有効な値を次の表に示しますが、これ以外にもあります。

説明
S_OK 操作が成功したことを示します。

解説

メソッドは、このメソッドのインスタンス内で入力プロパティを読み取り、出力プロパティを書き込む場合があります。...

要件

Type 説明
Client - Windows Vista 上の IIS 7.0
- Windows 7 上の IIS 7.5
- Windows 8 上の IIS 8.0
- Windows 10の IIS 10.0
サーバー - Windows Server 2008 の IIS 7.0
- Windows Server 2008 R2 の IIS 7.5
- Windows Server 2012 の IIS 8.0
- Windows Server 2012 R2 の IIS 8.5
- Windows Server 2016の IIS 10.0
製品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
- IIS Express 7.5、IIS Express 8.0、IIS Express 10.0
Header Ahadmin.h

参照

IAppHostMethodExtension インターフェイス