The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IPersistable Interface
Represents an interface that can be implemented by a class to perform actions before and after persistence when it is called by the testing framework of Visual Studio Test Professional.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
| Name | Description | |
|---|---|---|
![]() | PrepareToPersist() | Called by the testing framework before persistence occurs. |
![]() | RecoverFromPersistence() | Called by the testing framework after persistence has occurred. |
Show:
