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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.