CachedDataHostItem.CachedData Property
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.
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.