共用方式為


ISharePointProjectMemberReferenceCollection.Add 方法 (String, Guid)

建立專案項目的參考,並將其加入至此集合。

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

語法

'宣告
Function Add ( _
    projectPath As String, _
    itemId As Guid _
) As ISharePointProjectMemberReference
ISharePointProjectMemberReference Add(
    string projectPath,
    Guid itemId
)

參數

傳回值

型別:Microsoft.VisualStudio.SharePoint.ISharePointProjectMemberReference
加入至集合中的專案項目參考。

備註

此路徑應該相對於目前的專案。 也就是指參考的所屬專案,而非參考之項目的所屬專案。

如果路徑為 nullNull 參照 (即 Visual Basic 中的 Nothing) 或空白,則會假定為目前的專案。

路徑可以是絕對的,但這不是建議做法,因為在特定開發系統嘗試方案具有風險。

.NET Framework 安全性

請參閱

參考

ISharePointProjectMemberReferenceCollection 介面

Add 多載

Microsoft.VisualStudio.SharePoint 命名空間