CachedDataNodeBase 类 (2007 system)
更新:2007 年 11 月
此 API 支持 Visual Studio Tools for Office 基础结构,不适合在代码中直接使用。
为在使用 Visual Studio Tools for Office 创建的文档级自定义项中使用的缓存数据类提供基类。
命名空间: Microsoft.VisualStudio.Tools.Applications
程序集: Microsoft.VisualStudio.Tools.Applications.ServerDocument.v9.0(在 Microsoft.VisualStudio.Tools.Applications.ServerDocument.v9.0.dll 中)
语法
声明
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public MustInherit Class CachedDataNodeBase
用法
Dim instance As CachedDataNodeBase
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public abstract class CachedDataNodeBase
继承层次结构
System.Object
Microsoft.VisualStudio.Tools.Applications.CachedDataNodeBase
Microsoft.VisualStudio.Tools.Applications.CachedData
Microsoft.VisualStudio.Tools.Applications.CachedDataHostItem
Microsoft.VisualStudio.Tools.Applications.CachedDataItem
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。