ISharePointProjectItem.ExtensionData Property

Definition

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.

Applies to