ICustomTaskPaneConsumer インターフェイス

定義

カスタム作業ウィンドウのインスタンスを CTPFactoryAvailable(ICTPFactory) 作成するために使用される メソッドへのアクセスを提供するインターフェイス。

public interface class ICustomTaskPaneConsumer
[System.Runtime.InteropServices.Guid("000C033E-0000-0000-C000-000000000046")]
public interface ICustomTaskPaneConsumer
[<System.Runtime.InteropServices.Guid("000C033E-0000-0000-C000-000000000046")>]
type ICustomTaskPaneConsumer = interface
Public Interface ICustomTaskPaneConsumer
属性

注釈

: COM をサポートする任意の言語でカスタム作業ウィンドウを作成でき、動的リンク ライブラリ (DLL) ファイルを作成できます。 たとえば、Microsoft Visual Basic® 6.0、Microsoft Visual Basic .NET、Microsoft Visual C++®、Microsoft Visual C++ .NET、Microsoft Visual C#® などです。 ただし、Microsoft Visual Basic for Applications (VBA) は、カスタム作業ウィンドウの作成をサポートしません。

メソッド

CTPFactoryAvailable(ICTPFactory)

カスタム作業ウィンドウの ICTPFactory 作成時に使用できるオブジェクトを Microsoft ActiveX アドインに渡します。

適用対象