ICustomTaskPaneConsumer.CTPFactoryAvailable(ICTPFactory) メソッド

定義

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

public:
 void CTPFactoryAvailable(Microsoft::Office::Core::ICTPFactory ^ CTPFactoryInst);
public void CTPFactoryAvailable (Microsoft.Office.Core.ICTPFactory CTPFactoryInst);
abstract member CTPFactoryAvailable : Microsoft.Office.Core.ICTPFactory -> unit
Public Sub CTPFactoryAvailable (CTPFactoryInst As ICTPFactory)

パラメーター

CTPFactoryInst
ICTPFactory

このオブジェクトは、アドインによって作業ウィンドウを作成するために使用されます。

適用対象