Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.