ServerDocument Methods

Include Protected Members
Include Inherited Members

The ServerDocument type exposes the following members.

Methods

  Name Description
Public methodStatic member AddCustomization(String, Uri) Attaches a customization to the specified document by using the specified assembly name and deployment manifest.
Public methodStatic member AddCustomization(String, String, Guid, Uri) Attaches a customization to the specified document by using the specified document, assembly name, solution ID, and deployment manifest.
Public methodStatic member AddCustomization(String, String, Guid, Uri, Boolean, array<String[]%) Infrastructure.
Public method Close Closes the ServerDocument object.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodStatic member GetCustomizationVersion Returns the version of the Visual Studio Tools for Office runtime that was used to create the customization that is associated with the specified document.
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member IsCacheEnabled Gets a value that indicates whether the specified document has a data cache.
Public methodStatic member IsCustomized Gets a value that indicates whether the specified document has a customization that was created by using the Visual Studio 2010 Tools for Office Runtime.
Public methodStatic member RemoveCustomization Removes the customization from the document.
Public method Save Saves any changes that were made to the document by using the ServerDocument class.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IDisposable.Dispose Releases all resources used by the ServerDocument.

Top

See Also

Reference

ServerDocument Class

Microsoft.VisualStudio.Tools.Applications Namespace