共用方式為


Office) (IRibbonExtensibility 物件

功能區使用者介面 (UI) 為了自訂 UI 而要與 COM 增益集通訊的介面。

註解

IRibbonExtensibility 介面只有一個方法, GetCustomUI

範例

在下列範例中,以 C# 撰寫的 IRibbonExtensibility 介面會指定類別定義中。 此程序再實作介面的唯一方法 GetCustomUI 。 這個方法會建立 StreamReader 物件的實例,該物件會讀取儲存在外部 XML 檔案中的自訂標記。

public class Connect : Object, Extensibility.IDTExtensibility2, IRibbonExtensibility 
... 
public string GetCustomUI(string RibbonID) 
{ 
 StreamReader customUIReader = new System.IO.StreamReader("C:\\RibbonXSampleCS\\customUI.xml"); 
 string customUIData = customUIReader.ReadToEnd(); 
 return customUIData; 
} 

另請參閱

支援和意見反應

有關於 Office VBA 或這份文件的問題或意見反應嗎? 如需取得支援服務並提供意見反應的相關指導,請參閱 Office VBA 支援與意見反應