ISharePointProjectExtension 介面
表示 SharePoint 專案的副檔名。
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Interface ISharePointProjectExtension
public interface ISharePointProjectExtension
ISharePointProjectExtension 型別會公開下列成員。
方法
名稱 | 說明 | |
---|---|---|
Initialize | 初始化 SharePoint 專案副檔名。 |
回頁首
備註
實作ISharePointProjectExtension介面以定義在Visual Studio中開啟任何 SharePoint 專案時載入的擴充。如需詳細資訊,請參閱 擴充 SharePoint 專案和 HOW TO:建立 SharePoint 專案擴充功能。
實作此介面的類別必須包含可由專案系統探索的 System.ComponentModel.Composition.ExportAttribute。