CachedDataHostItem Class
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.
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.
public ref class CachedDataHostItem sealed : Microsoft::VisualStudio::Tools::Applications::CachedDataNodeBase
public sealed class CachedDataHostItem : Microsoft.VisualStudio.Tools.Applications.CachedDataNodeBase
type CachedDataHostItem = class
inherit CachedDataNodeBase
Public NotInheritable Class CachedDataHostItem
Inherits CachedDataNodeBase
- Inheritance
Remarks
For more information about caching data in document-level customizations, see Caching Data and Accessing Data in Documents on the Server.
Properties
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. |