ExecutingSubStates.PrePersist Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PrePersist(Boolean, Context) | |
PrePersist(Boolean, XlangStore) |
PrePersist(Boolean, Context)
public:
virtual void PrePersist(bool dehydrate, Microsoft::XLANGs::Core::Context ^ ctx);
public virtual void PrePersist (bool dehydrate, Microsoft.XLANGs.Core.Context ctx);
abstract member PrePersist : bool * Microsoft.XLANGs.Core.Context -> unit
override this.PrePersist : bool * Microsoft.XLANGs.Core.Context -> unit
Public Overridable Sub PrePersist (dehydrate As Boolean, ctx As Context)
Paramètres
- dehydrate
- Boolean
- ctx
- Context
S’applique à
PrePersist(Boolean, XlangStore)
public:
virtual void PrePersist(bool dehydrate, Microsoft::XLANGs::Core::XlangStore ^ store);
public void PrePersist (bool dehydrate, Microsoft.XLANGs.Core.XlangStore store);
abstract member PrePersist : bool * Microsoft.XLANGs.Core.XlangStore -> unit
override this.PrePersist : bool * Microsoft.XLANGs.Core.XlangStore -> unit
Public Sub PrePersist (dehydrate As Boolean, store As XlangStore)
Paramètres
- dehydrate
- Boolean
- store
- XlangStore