共用方式為


CachedData 類別

包含在文件層級自訂的資料島中快取的所有資料。

繼承階層架構

System.Object
  Microsoft.VisualStudio.Tools.Applications.CachedDataNodeBase
    Microsoft.VisualStudio.Tools.Applications.CachedData

命名空間:  Microsoft.VisualStudio.Tools.Applications
組件:  Microsoft.VisualStudio.Tools.Applications.ServerDocument (在 Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll 中)

語法

'宣告
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public NotInheritable Class CachedData _
    Inherits CachedDataNodeBase
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public sealed class CachedData : CachedDataNodeBase

CachedData 型別會公開下列成員。

屬性

  名稱 說明
公用屬性 HostItems 取得資料快取中 CachedDataHostItem 物件的集合。

回頁首

方法

  名稱 說明
公用方法 Clear 從 Office 方案文件移除快取的資料,並從快取資料資訊清單移除快取資料的描述。
公用方法 ClearData 從 Office 方案文件移除快取資料。
公用方法 Equals 判斷指定的物件是否等於目前物件。 (繼承自 Object)。
公用方法 FromXml 從 XML 字串重建 Office 方案中的快取資料。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 ToString 傳回表示目前物件的字串。 (繼承自 Object)。
公用方法 ToXml 會傳回 Office 方案文件中快取之資料的序列化 XML 表示。

回頁首

備註

如需快取文件層級自訂中的資料之詳細資訊,請參閱快取資料存取伺服器文件中的資料

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.Tools.Applications 命名空間

其他資源

使用 ServerDocument 類別管理伺服器上的文件

快取資料

存取伺服器文件中的資料