CachedDataHostItem.CachedData Property

Definition

Gets the collection of cached data objects that are declared in a single class in an Office solution.

public:
 property Microsoft::VisualStudio::Tools::Applications::CachedDataItemCollection ^ CachedData { Microsoft::VisualStudio::Tools::Applications::CachedDataItemCollection ^ get(); };
public Microsoft.VisualStudio.Tools.Applications.CachedDataItemCollection CachedData { get; }
member this.CachedData : Microsoft.VisualStudio.Tools.Applications.CachedDataItemCollection
Public ReadOnly Property CachedData As CachedDataItemCollection

Property Value

A CachedDataItemCollection that contains the cached data objects that are declared in a single class in an Office solution.

Applies to