共用方式為


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 命名空間