CachedDataHostItemCollection 类
表示文档级自定义项的数据缓存中的 CachedDataHostItem 对象的集合,该自定义项是使用 Visual Studio 中的 Office 开发工具创建的。
继承层次结构
System.Object
System.Collections.ObjectModel.Collection<CachedDataHostItem>
Microsoft.VisualStudio.Tools.Applications.CachedDataHostItemCollection
命名空间: Microsoft.VisualStudio.Tools.Applications
程序集: Microsoft.VisualStudio.Tools.Applications.ServerDocument(在 Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll 中)
语法
声明
<SerializableAttribute> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class CachedDataHostItemCollection _
Inherits Collection(Of CachedDataHostItem)
[SerializableAttribute]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class CachedDataHostItemCollection : Collection<CachedDataHostItem>
CachedDataHostItemCollection 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Count | 获取 Collection<T> 中实际包含的元素数。 (继承自 Collection<CachedDataHostItem>。) | |
Item[Int32] | 获取或设置位于指定索引处的元素。 (继承自 Collection<CachedDataHostItem>。) | |
Item[String] | 获取由缓存了源数据的命名空间和类标识的 CachedDataHostItem。 |
页首
方法
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IList.Add | 将某项添加到 IList 中。 (继承自 Collection<CachedDataHostItem>。) | |
IList.Contains | 确定 IList 是否包含特定值。 (继承自 Collection<CachedDataHostItem>。) | |
ICollection.CopyTo | 从特定的 Array 索引处开始,将 ICollection 的元素复制到一个 Array 中。 (继承自 Collection<CachedDataHostItem>。) | |
IEnumerable.GetEnumerator | 返回一个循环访问集合的枚举数。 (继承自 Collection<CachedDataHostItem>。) | |
IList.IndexOf | 确定 IList 中特定项的索引。 (继承自 Collection<CachedDataHostItem>。) | |
IList.Insert | 将某项插入 IList 中指定的索引处。 (继承自 Collection<CachedDataHostItem>。) | |
IList.IsFixedSize | 获取一个值,该值指示 IList 是否具有固定大小。 (继承自 Collection<CachedDataHostItem>。) | |
ICollection<T>.IsReadOnly | 获取一个值,该值指示 ICollection<T> 是否为只读。 (继承自 Collection<CachedDataHostItem>。) | |
IList.IsReadOnly | 获取一个值,该值指示 IList 是否为只读。 (继承自 Collection<CachedDataHostItem>。) | |
ICollection.IsSynchronized | 获取一个值,该值指示是否同步对 ICollection 的访问(线程安全)。 (继承自 Collection<CachedDataHostItem>。) | |
IList.Item | 获取或设置位于指定索引处的元素。 (继承自 Collection<CachedDataHostItem>。) | |
IList.Remove | 从 IList 中移除特定对象的第一个匹配项。 (继承自 Collection<CachedDataHostItem>。) | |
ICollection.SyncRoot | 获取可用于同步对 ICollection 的访问的对象。 (继承自 Collection<CachedDataHostItem>。) |
页首
备注
使用 HostItems 属性可以获取具有缓存数据的解决方案文档的 CachedDataHostItemCollection。
有关在文档级自定义项中缓存数据的更多信息,请参见缓存数据和访问服务器上的文档数据。
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
请参见
参考
Microsoft.VisualStudio.Tools.Applications 命名空间