共用方式為


ISharePointProject.ProjectUserFileData 屬性

取得與專案使用者檔案中之 SharePoint 專案相關聯的讀取和寫入資料。

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

語法

'宣告
ReadOnly Property ProjectUserFileData As IDictionary(Of String, String)
IDictionary<string, string> ProjectUserFileData { get; }

屬性值

型別:System.Collections.Generic.IDictionary<String, String>
表示使用者檔案資料的物件。

備註

如需關於使用此屬性將資料保存在 SharePoint 專案中的詳細資訊,請參閱儲存 SharePoint 專案系統擴充功能的資料.

.NET Framework 安全性

請參閱

參考

ISharePointProject 介面

Microsoft.VisualStudio.SharePoint 命名空間