Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.StringThe 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.