共用方式為


ISharePointProjectItemTypeExtension 介面

更新:2010 年 5 月

表示特定類型的 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.ExportAttributeSharePointProjectItemTypeAttribute

請參閱

參考

Microsoft.VisualStudio.SharePoint 命名空間

變更記錄

日期

記錄

原因

2010 年 5 月

加入新的備註,以及示範如何實作這個介面的主題連結

資訊加強。