CachedDataHostItem Class

Definition

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
CachedDataHostItem

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.

Applies to