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
)
參數
- projectPath
型別:System.String
專案的路徑。
- itemId
型別:System.Guid
專案項目的 ID。
傳回值
型別:Microsoft.VisualStudio.SharePoint.ISharePointProjectMemberReference
加入至集合中的專案項目參考。
備註
此路徑應該相對於目前的專案。 也就是指參考的所屬專案,而非參考之項目的所屬專案。
如果路徑為 nullNull 參照 (即 Visual Basic 中的 Nothing) 或空白,則會假定為目前的專案。
路徑可以是絕對的,但這不是建議做法,因為在特定開發系統嘗試方案具有風險。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。