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
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
- 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.