Share via


CachedData Class (2003 System)

Contains all of the data that is cached in the data island of a Microsoft Visual Studio Tools for the Microsoft Office system (version 3.0) solution document.

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

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class CachedData _
    Inherits AppInfoNode
'Usage
Dim instance As CachedData
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class CachedData : AppInfoNode

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    Microsoft.VisualStudio.Tools.Applications.Runtime.AppInfoNode
      Microsoft.VisualStudio.Tools.Applications.Runtime.CachedData

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

CachedData Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace

Other Resources

Caching Data