共用方式為


ISharePointProjectItem.ProjectUserFileData 屬性

取得 IDictionary 物件,您可以使用這個物件來取得或設定儲存在專案使用者檔案 (例如副檔名為 .csproj.user 或 .vbproj.user 的檔案) 中的名稱/值組。

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

語法

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

屬性值

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

備註

專案使用者檔案是使用者特定的,而且一般都不會提交至原始檔控制系統。 字典中的索引鍵是名稱,且值為值。

.NET Framework 安全性

請參閱

參考

ISharePointProjectItem 介面

Microsoft.VisualStudio.SharePoint 命名空間