CachedData.HostItems 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 CachedDataHostItem objects that are in the data cache.
public:
property Microsoft::VisualStudio::Tools::Applications::CachedDataHostItemCollection ^ HostItems { Microsoft::VisualStudio::Tools::Applications::CachedDataHostItemCollection ^ get(); };
public Microsoft.VisualStudio.Tools.Applications.CachedDataHostItemCollection HostItems { get; }
member this.HostItems : Microsoft.VisualStudio.Tools.Applications.CachedDataHostItemCollection
Public ReadOnly Property HostItems As CachedDataHostItemCollection
Property Value
A CachedDataHostItemCollection that contains the data in the data cache.