WmlMobileTextWriter.RenderText 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.
Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
Surcharges
RenderText(String, Boolean, Boolean) |
Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET. |
RenderText(String) |
Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET. |
RenderText(String, Boolean) |
Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET. |
RenderText(String, Boolean, Boolean)
Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
public:
virtual void RenderText(System::String ^ text, bool breakAfter, bool encodeText);
public virtual void RenderText (string text, bool breakAfter, bool encodeText);
abstract member RenderText : string * bool * bool -> unit
override this.RenderText : string * bool * bool -> unit
Public Overridable Sub RenderText (text As String, breakAfter As Boolean, encodeText As Boolean)
Paramètres
- text
- String
Chaîne de texte à afficher.
- breakAfter
- Boolean
Spécifie si un saut de ligne est requis après l'élément.
- encodeText
- Boolean
Spécifie si le texte doit être encodé.
Voir aussi
- Vue d’ensemble architecturale du comportement du contrôle adaptatif
- Fonctionnalités des jeux d’adaptateurs
S’applique à
RenderText(String)
Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
public:
void RenderText(System::String ^ text);
public void RenderText (string text);
member this.RenderText : string -> unit
Public Sub RenderText (text As String)
Paramètres
- text
- String
Chaîne de texte à afficher.
Voir aussi
- Vue d’ensemble architecturale du comportement du contrôle adaptatif
- Fonctionnalités des jeux d’adaptateurs
S’applique à
RenderText(String, Boolean)
Affiche un élément de texte. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
public:
void RenderText(System::String ^ text, bool breakAfter);
public void RenderText (string text, bool breakAfter);
member this.RenderText : string * bool -> unit
Public Sub RenderText (text As String, breakAfter As Boolean)
Paramètres
- text
- String
Chaîne de texte à afficher.
- breakAfter
- Boolean
Spécifie si un saut de ligne est requis après l'élément.
Voir aussi
- Vue d’ensemble architecturale du comportement du contrôle adaptatif
- Fonctionnalités des jeux d’adaptateurs