InfoPathEditor オブジェクトがカスタム アプリケーションでホストされる場合に、SubmitToHostAdapterObject オブジェクトの Submit メソッドを処理するためにホスト アプリケーションで実装する必要があるインターフェイス。
名前空間: Microsoft.Office.Interop.InfoPath
アセンブリ: Microsoft.Office.Interop.InfoPath (microsoft.office.interop.infopath.dll 内)
構文
'宣言
<GuidAttribute("096CD738-0786-11D1-95FA-0080C78EE3BB")> _
<InterfaceTypeAttribute(1)> _
Public Interface ISubmitToHostEventHandler
'使用
Dim instance As ISubmitToHostEventHandler
[GuidAttribute("096CD738-0786-11D1-95FA-0080C78EE3BB")]
[InterfaceTypeAttribute(1)]
public interface ISubmitToHostEventHandler
コメント
ISubmitToHostEventHandler インターフェイスは、InfoPathEditor オブジェクトがカスタム アプリケーションでホストされているときに使用することができます。詳細については、「InfoPath 開発者向けの新機能」の「コントロールとしてホストされる InfoPath エディタ」と、MSDN の「カスタム Windows フォーム アプリケーションで InfoPath 2007 フォーム編集環境をホストする」という記事を参照してください。
関連項目
参照
ISubmitToHostEventHandler のメンバ
Microsoft.Office.Interop.InfoPath 名前空間