first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

ServerDocument Class (Microsoft.VisualStudio.Tools.Applications.Runtime)

To access the cached data or the application manifest in a document, you must first create a ServerDocument object by passing the document to one of the ServerDocument constructors. You can then access the cached data by using the CachedData property, and you can access the application manifest by using the AppManifest property. The application manifest provides information about the customization assemblies that are attached to the document. For more information, see Application and Deployment Manifests in Office Solutions.

[http://msdn.microsoft.com/en-us/library/ microsoft.visualstudio.tools.applications.runtime.serverdocument(VS.80).aspx]

mod date: 2009-07-20T19:24:03.000Z