ISharePointProjectItem.FeatureProperties 属性
获取添加到功能(该功能包含此 SharePoint 项目项)的键/值对。
命名空间: Microsoft.VisualStudio.SharePoint
程序集: Microsoft.VisualStudio.SharePoint(在 Microsoft.VisualStudio.SharePoint.dll 中)
语法
声明
ReadOnly Property FeatureProperties As IDictionary(Of String, String)
Get
IDictionary<string, string> FeatureProperties { get; }
属性值
类型:System.Collections.Generic.IDictionary<String, String>
一个表示功能属性值的对象。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。