ISharePointProjectItem.ProjectUserFileData Property

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

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

See Also

Reference

ISharePointProjectItem Interface

Microsoft.VisualStudio.SharePoint Namespace