This topic has not yet been rated - Rate this topic

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
Public class 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.
Public class 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.
Public class 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.
Public class CachedDataHostItemEnumerator Iterates through a CachedDataHostItemCollection.
Public class CachedDataItem Represents a cached data object in a document-level customization that was created by using Visual Studio Tools for Office.
Public class CachedDataItemCollection Represents a collection of CachedDataItem objects in a document-level customization that was created by using Visual Studio Tools for Office.
Public class CachedDataItemEnumerator Iterates through a CachedDataItemCollection.
Public class CachedDataNodeBase Infrastructure. Provides the base class for cached data classes used in document-level customizations created by using Visual Studio Tools for Office.
Public class 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.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ