共用方式為


AddInBase 建構函式

This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.

命名空間:  Microsoft.Office.Tools
組件:  Microsoft.Office.Tools.Common.v4.0.Utilities (在 Microsoft.Office.Tools.Common.v4.0.Utilities.dll 中)

語法

'宣告
Protected Sub New ( _
    factory As Factory, _
    serviceProvider As IServiceProvider, _
    primaryCookie As String, _
    identifier As String _
)
protected AddInBase(
    Factory factory,
    IServiceProvider serviceProvider,
    string primaryCookie,
    string identifier
)

參數

備註

您不能以程式設計方式建立 AddInBase 主項目。 請改用增益集專案中自動建立的 ThisAddIn 類別。 ThisAddIn 類別衍生自 AddInBase。 如需詳細資訊,請參閱應用程式層級增益集程式設計

.NET Framework 安全性

請參閱

參考

AddInBase 類別

Microsoft.Office.Tools 命名空間