CachedData.ToXml Method

Returns the serialized XML representation of the data that is cached in a document of an Office solution.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)

Syntax

'Declaration
Public Function ToXml As String
public string ToXml()

Return Value

Type: System.String
A string that contains the serialized XML representation of the data that is cached in a document of an Office solution.

.NET Framework Security

See Also

Reference

CachedData Class

Microsoft.VisualStudio.Tools.Applications Namespace