CachedData.HostItems Property (2003 System)

Gets the collection of CachedDataHostItem objects that are in the data cache.

Namespace:  Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly:  Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)

Syntax

'Declaration
Public ReadOnly Property HostItems As CachedDataHostItemCollection
'Usage
Dim instance As CachedData
Dim value As CachedDataHostItemCollection

value = instance.HostItems
public CachedDataHostItemCollection HostItems { get; }

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataHostItemCollection
A CachedDataHostItemCollection that contains the data in the data cache.

Permissions

See Also

Reference

CachedData Class

CachedData Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace