共用方式為


ISharePointProjectItem.ExtensionData 屬性

取得資訊,該資訊讓專案項目擴充功能在 Visual Studio 工作階段期間保留自訂資料。

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

語法

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

屬性值

型別:System.Collections.Generic.IDictionary<String, String>
表示擴充資料的物件。

備註

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

.NET Framework 安全性

請參閱

參考

ISharePointProjectItem 介面

Microsoft.VisualStudio.SharePoint 命名空間