CachedDataHostItem Class
Contains all of the cached data objects that are declared in a single class in a document-level customization that was created by using the Office development tools in Visual Studio.
Assembly: Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)
Microsoft.VisualStudio.Tools.Applications::CachedDataNodeBase
Microsoft.VisualStudio.Tools.Applications::CachedDataHostItem
| Name | Description | |
|---|---|---|
![]() | CachedData | Gets the collection of cached data objects that are declared in a single class in an Office solution. |
![]() | Id | Gets or sets the namespace and class in which the cached data objects in the CachedDataHostItem are declared. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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.

