Condividi tramite


Proprietà ISharePointProjectItem.FeatureProperties

Ottiene le coppie chiave/valore che vengono aggiunti alla funzionalità che include questo elemento di progetto SharePoint.

Spazio dei nomi:  Microsoft.VisualStudio.SharePoint
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.IDictionary<String, String>
Un oggetto che rappresenta i valori della proprietà della funzionalità.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISharePointProjectItem Interfaccia

Spazio dei nomi Microsoft.VisualStudio.SharePoint