Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
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.