ISharePointProjectItem.ExtensionData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the information that enables project item extensions to persist custom data across Visual Studio sessions.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ ExtensionData { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> ExtensionData { get; }
member this.ExtensionData : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property ExtensionData As IDictionary(Of String, String)
Property Value
An object representing the extension data.
Remarks
For more information about using this property to persist data in a project item, see Saving Data in Extensions of the SharePoint Project System.