CachedData Class
Contains all of the data that is cached in the data island of a document-level customization.
Assembly: Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)
Microsoft.VisualStudio.Tools.Applications::CachedDataNodeBase
Microsoft.VisualStudio.Tools.Applications::CachedData
| Name | Description | |
|---|---|---|
![]() | HostItems | Gets the collection of CachedDataHostItem objects that are in the data cache. |
| Name | Description | |
|---|---|---|
![]() | Clear() | Removes the cached data from the document of an Office solution and removes the description of the cached data from the cached data manifest. |
![]() | ClearData() | Removes the cached data from the document of an Office solution. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | FromXml(String^) | Reconstructs the cached data in the Office solution from an XML string. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
![]() | ToXml() | Returns the serialized XML representation of the data that is cached in a document of an Office solution. |
For more information about caching data in document-level customizations, see Caching Data and Accessing Data in Documents on the Server.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

