ISharePointProjectItem.ExtensionData Property
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(); };
C#
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)
An object representing the extension data.
For more information about using this property to persist data in a project item, see Saving Data in Extensions of the SharePoint Project System.
Product | Versions |
---|---|
SharePoint Projects | 2017, 2019, 2022 |