ICachedType Interface (2007 System)
Customizes the caching behavior of a type in document-level customizations created by using Visual Studio Tools for Office.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Runtime.v9.0.dll)
Syntax
'Declaration
Public Interface ICachedType
'Usage
Dim instance As ICachedType
public interface ICachedType
public interface class ICachedType
public interface ICachedType
Remarks
Classes that implement ICachedType offer a greater degree of control over caching behavior to the developer than classes that simply conform to the requirements of XmlSerializer. For more information, see Caching Data.