共用方式為


SharePointProjectItemTypeAttribute 建構函式

使用專案項目型別 ID,初始化 SharePointProjectItemTypeAttribute 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.SharePoint
組件:  Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)

語法

'宣告
Public Sub New ( _
    projectItemTypeId As String _
)
public SharePointProjectItemTypeAttribute(
    string projectItemTypeId
)

參數

  • projectItemTypeId
    型別:System.String
    正在進行定義或擴充之專案項目型別的 ID。此 ID 通常為命名空間限定的名稱,這樣可以避免不同廠商之間型別 ID 的衝突。

.NET Framework 安全性

請參閱

參考

SharePointProjectItemTypeAttribute 類別

Microsoft.VisualStudio.SharePoint 命名空間