Share via


CachedData.HostItems Property

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

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

Syntax

'Declaration
Public ReadOnly Property HostItems As CachedDataHostItemCollection
    Get
public CachedDataHostItemCollection HostItems { get; }

Property Value

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

.NET Framework Security

See Also

Reference

CachedData Class

Microsoft.VisualStudio.Tools.Applications Namespace