CachedData.HostItems Property

Definition

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.

Applies to