Partager via


CachedData.FromXml, méthode

Reconstruit les données mises en cache dans la solution Office à partir d'une chaîne XML.

Espace de noms :  Microsoft.VisualStudio.Tools.Applications
Assembly :  Microsoft.VisualStudio.Tools.Applications.ServerDocument (dans Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)

Syntaxe

'Déclaration
Public Sub FromXml ( _
    cachedDataManifest As String _
)
public void FromXml(
    string cachedDataManifest
)

Paramètres

  • cachedDataManifest
    Type : System.String
    Chaîne XML à utiliser pour reconstruire les données mises en cache dans la solution Office.

Exceptions

Exception Condition
ArgumentNullException

cachedDataManifest est nullune référence null (Nothing en Visual Basic) ou est une chaîne vide.

Sécurité .NET Framework

Voir aussi

Référence

CachedData Classe

Microsoft.VisualStudio.Tools.Applications, espace de noms