public void CTPFactoryAvailable(
     Office.Core.ICTPFactory CTPFactoryInst)
 {
     // 我们在此只需缓存 CTPFactory 对象,
     // 以便今后能够创建自定义任务窗格。
     _ctpFactory = CTPFactoryInst;
 }
Beispiel #2
0
 public void CTPFactoryAvailable(
     Office.Core.ICTPFactory CTPFactoryInst)
 {
     // All we need do here is to cache the CTPFactory object,
     // so that we can create custom taskpanes later on.
     _ctpFactory = CTPFactoryInst;
 }
Beispiel #3
0
 public void CTPFactoryAvailable(
     Office.Core.ICTPFactory CTPFactoryInst)
 {
     // 我们在此只需缓存 CTPFactory 对象,
     // 以便今后能够创建自定义任务窗格。
     _ctpFactory = CTPFactoryInst;
 }