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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.