CachedDataItemCollection Class
Represents a collection of CachedDataItem objects in a document-level customization that was created by using the Office development tools in Visual Studio.
Assembly: Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)
System.Collections.ObjectModel::Collection<T>
Microsoft.VisualStudio.Tools.Applications::CachedDataItemCollection
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<T>.) |
![]() | Item[Int32] | (Inherited from Collection<T>.) |
![]() | Item[String^] | Gets the CachedDataItem identified by the name of the cached data object. |
| Name | Description | |
|---|---|---|
![]() | Add(T) | (Inherited from Collection<T>.) |
![]() | Add(String^, String^) | Adds the specified CachedDataItem to the end of the collection. |
![]() | Clear() | (Inherited from Collection<T>.) |
![]() | Contains(T) | (Inherited from Collection<T>.) |
![]() | Contains(String^) | Returns a value that indicates whether the collection contains the specified CachedDataItem. |
![]() | CopyTo(array<T>^, Int32) | (Inherited from Collection<T>.) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetEnumerator() | Returns a CachedDataItemEnumerator that can be used to iterate through the contents of the collection. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IndexOf(T) | (Inherited from Collection<T>.) |
![]() | Insert(Int32, T) | (Inherited from Collection<T>.) |
![]() | Remove(T) | (Inherited from Collection<T>.) |
![]() | Remove(String^) | Removes the specified CachedDataItem, identified by the name of the cached data object, from the collection. |
![]() | RemoveAt(Int32) | (Inherited from Collection<T>.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from Collection<T>.) |
![]() ![]() | IEnumerable::GetEnumerator() | (Inherited from Collection<T>.) |
![]() ![]() | IList::Add(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | ICollection<T>::IsReadOnly | (Inherited from Collection<T>.) |
![]() ![]() | ICollection::IsSynchronized | (Inherited from Collection<T>.) |
![]() ![]() | ICollection::SyncRoot | (Inherited from Collection<T>.) |
![]() ![]() | IList::IsFixedSize | (Inherited from Collection<T>.) |
![]() ![]() | IList::IsReadOnly | (Inherited from Collection<T>.) |
![]() ![]() | IList::Item[Int32] | (Inherited from Collection<T>.) |
Use the CachedData property to obtain a CachedDataItemCollection for an Office solution document that has cached data.
For more information about caching data in document-level customizations, see Caching Data and Accessing Data in Documents on the Server.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




