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