CachedData.FromXml 方法

根据 XML 字符串在 Office 解决方案中重新构造缓存数据。

命名空间:  Microsoft.VisualStudio.Tools.Applications
程序集:  Microsoft.VisualStudio.Tools.Applications.ServerDocument(在 Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll 中)

语法

声明
Public Sub FromXml ( _
    cachedDataManifest As String _
)
public void FromXml(
    string cachedDataManifest
)

参数

  • cachedDataManifest
    类型:System.String
    用于在 Office 解决方案中重新构造缓存数据的 XML 字符串。

异常

异常 条件
ArgumentNullException

cachedDataManifest 为 nullnull 引用(在 Visual Basic 中为 Nothing) 或空字符串。

.NET Framework 安全性

请参见

参考

CachedData 类

Microsoft.VisualStudio.Tools.Applications 命名空间