WmlMobileTextWriter.PendingBreak Propriété
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.
Indique si la balise < br >
doit être envoyée vers le flux de sortie. 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.
protected:
property bool PendingBreak { bool get(); void set(bool value); };
protected bool PendingBreak { get; set; }
member this.PendingBreak : bool with get, set
Protected Property PendingBreak As Boolean
Valeur de propriété
true
si la balise < br >
doit être envoyée vers le flux de sortie ; sinon, false.