共用方式為


IPersistable 介面

表示可由類別實作的介面,以便在 Visual Studio Test Professional 的測試架構呼叫時,於保存前後執行動作。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Public Interface IPersistable
public interface IPersistable
public interface class IPersistable
type IPersistable =  interface end
public interface IPersistable

IPersistable 型別會公開下列成員。

方法

  名稱 說明
公用方法 PrepareToPersist 在進行保存之前,由測試架構呼叫。
公用方法 RecoverFromPersistence 在進行保存之後,由測試架構呼叫。

回頁首

請參閱

參考

Microsoft.VisualStudio.TestTools.Common 命名空間