Share via


CachedDataHostItem.CachedData Property

Gets the collection of cached data objects that are declared in a single class in an Office solution.

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

Syntax

'Declaration
Public ReadOnly Property CachedData As CachedDataItemCollection
    Get
public CachedDataItemCollection CachedData { get; }

Property Value

Type: Microsoft.VisualStudio.Tools.Applications.CachedDataItemCollection
A CachedDataItemCollection that contains the cached data objects that are declared in a single class in an Office solution.

.NET Framework Security

See Also

Reference

CachedDataHostItem Class

Microsoft.VisualStudio.Tools.Applications Namespace