Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.