Share via


ISharePointProjectItem.FeatureProperties Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the key/value pairs that are added to the feature that includes this SharePoint Project Item.

Namespace:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
ReadOnly Property FeatureProperties As IDictionary(Of String, String)
IDictionary<string, string> FeatureProperties { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
An object representing feature property values.

.NET Framework Security

See Also

Reference

ISharePointProjectItem Interface

Microsoft.VisualStudio.SharePoint Namespace