將指定的檔案加入至專案項目檔案集合。
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Function AddFromFile ( _
fileName As String _
) As ISharePointProjectItemFile
ISharePointProjectItemFile AddFromFile(
string fileName
)
參數
- fileName
型別:System.String
要加入的檔案名稱。這應該是 SharePoint 專案項目資料夾內檔案的路徑。
傳回值
型別:Microsoft.VisualStudio.SharePoint.ISharePointProjectItemFile
加入至集合中的專案項目檔案。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。