WmlMobileTextWriter.PendingBreak Propriedade

Definição

Indica se a marca < br > precisa ser enviada ao fluxo de saída.Indicates whether the < br > tag needs to be sent to the output stream. Esta API está obsoleta.This API is obsolete. Para saber mais sobre como desenvolver aplicativos móveis ASP.NET, veja Mobile Apps & Sites with ASP.NET (Aplicativos móveis e sites com ASP.NET).For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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

Valor da propriedade

Boolean

true se a < br > marca precisar ser enviada para o fluxo de saída; caso contrário, false.true if the < br > tag needs to be sent to the output stream; otherwise, false.

Aplica-se a