Microsoft.VisualStudio.Tools.Applications Namespace (2007 System)
The Microsoft.VisualStudio.Tools.Applications namespace contains the ServerDocument class and a set of related cached data classes. These classes can be used only in the context of document-level customizations created by using Visual Studio Tools for Office.
You can use the ServerDocument class to perform the following tasks:
Access and modify data in the data cache of a document or workbook that is part of a document-level customization. For more information, see Accessing Data in Documents on the Server.
Programmatically attach a customization assembly to a document or workbook at run time, or remove a customization assembly from a document or workbook.
Determine whether a document or workbook has a customization assembly or a data cache.
Get the URL of the deployment manifest that is associated with the document, or change the URL.
| Class | Description | |
|---|---|---|
|
CachedData | Contains all of the data that is cached in the data island of a document-level customization created by using Visual Studio Tools for Office. |
|
CachedDataHostItem | Contains all of the cached data objects that are declared in a single class in a document-level customization that was created by using Visual Studio Tools for Office. |
|
CachedDataHostItemCollection | Represents a collection of CachedDataHostItem objects in the data cache of a document-level customization that was created by using Visual Studio Tools for Office. |
|
CachedDataHostItemEnumerator | Iterates through a CachedDataHostItemCollection. |
|
CachedDataItem | Represents a cached data object in a document-level customization that was created by using Visual Studio Tools for Office. |
|
CachedDataItemCollection | Represents a collection of CachedDataItem objects in a document-level customization that was created by using Visual Studio Tools for Office. |
|
CachedDataItemEnumerator | Iterates through a CachedDataItemCollection. |
|
CachedDataNodeBase | Infrastructure. Provides the base class for cached data classes used in document-level customizations created by using Visual Studio Tools for Office. |
|
ServerDocument | Provides access to the cached data and customization information in a document that is part of a document-level customization for Microsoft Office Excel 2007 or Microsoft Office Word 2007. |