ICTPFactory インターフェイス

定義

カスタム作業ウィンドウを作成するために使用されます。

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

注釈

: 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) は、カスタム作業ウィンドウの作成をサポートしません。

メソッド

CreateCTP(String, String, Object)

カスタム作業ウィンドウのインスタンスを作成します。

適用対象