Share via


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

加载项使用此对象创建任务窗格。

适用于