Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Interface IPersistable
public interface IPersistable
public interface class IPersistable
type IPersistable = interface end
public interface IPersistable
The IPersistable type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
PrepareToPersist | Called by the testing framework before persistence occurs. |
![]() |
RecoverFromPersistence | Called by the testing framework after persistence has occurred. |
Top
.gif)