CachedData.ToXml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the serialized XML representation of the data that is cached in a document of an Office solution.
public:
System::String ^ ToXml();
public string ToXml ();
member this.ToXml : unit -> string
Public Function ToXml () As String
Returns
A string that contains the serialized XML representation of the data that is cached in a document of an Office solution.