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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。