ControlDesigner.GetPersistInnerHtml 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.
Attention
The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202
Récupère le balisage HTML interne persistable du contrôle.
public:
virtual System::String ^ GetPersistInnerHtml();
public virtual string GetPersistInnerHtml ();
[System.Obsolete("The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202")]
public virtual string GetPersistInnerHtml ();
abstract member GetPersistInnerHtml : unit -> string
override this.GetPersistInnerHtml : unit -> string
[<System.Obsolete("The recommended alternative is GetPersistenceContent(). http://go.microsoft.com/fwlink/?linkid=14202")>]
abstract member GetPersistInnerHtml : unit -> string
override this.GetPersistInnerHtml : unit -> string
Public Overridable Function GetPersistInnerHtml () As String
Retours
Balisage HTML interne persistable du contrôle.
- Attributs
Remarques
Notes
La GetPersistInnerHtml méthode est obsolète. Utilisez la GetPersistenceContent méthode pour les fonctionnalités équivalentes du concepteur de contrôles.