Share via


CachedData.FromXml Method

Reconstructs the cached data in the Office solution from an XML string.

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

Syntax

'Declaration
Public Sub FromXml ( _
    cachedDataManifest As String _
)
public void FromXml(
    string cachedDataManifest
)

Parameters

  • cachedDataManifest
    Type: System.String
    The XML string to use to reconstruct the cached data in the Office solution.

Exceptions

Exception Condition
ArgumentNullException

cachedDataManifest is nulla null reference (Nothing in Visual Basic) or an empty string.

.NET Framework Security

See Also

Reference

CachedData Class

Microsoft.VisualStudio.Tools.Applications Namespace