ISharePointProjectItem.ProjectUserFileData Property
Gets an IDictionary object that you can use to get or set name/value pairs that are saved in a project user file, such as files with a .csproj.user or .vbproj.user extension.
Namespace: Microsoft.VisualStudio.SharePoint
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property ProjectUserFileData As IDictionary(Of String, String)
IDictionary<string, string> ProjectUserFileData { get; }
Property Value
Type: System.Collections.Generic.IDictionary<String, String>
An object representing project user file data.
Remarks
Project user files are user-specific and generally not submitted to a source control system. The key in the dictionary is the name and value is the value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.