Condividi tramite


Proprietà ISharePointProjectItem.ProjectUserFileData

ottiene IDictionary l'oggetto che è possibile utilizzare per ottenere o impostare le coppie nome/valore che vengono salvate in un file di progetto, ad esempio file con estensione .vbproj.user o .csproj.user.

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

Sintassi

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

Valore proprietà

Tipo: System.Collections.Generic.IDictionary<String, String>
Un oggetto che rappresenta i dati del file di progetto.

Note

I file di progetto sono specifici dell'utente e non inviati in genere un sistema di controllo del codice sorgente.La chiave del dizionario è il nome e il valore è il valore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISharePointProjectItem Interfaccia

Spazio dei nomi Microsoft.VisualStudio.SharePoint