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 安全性

请参见

参考

ISharePointProjectItem 接口

Microsoft.VisualStudio.SharePoint 命名空间