HtmlMobileTextWriter.ExitFormat Método
Definição
Remove o estilo atual, restaura o estilo anterior como o estilo de formatação atual e opcionalmente chama o método WriteEndTag(String) para fechar o elemento atual.Removes the current style, restores the previous style as the current formatting style, and optionally calls the WriteEndTag(String) method to close the current element. 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.
Sobrecargas
| ExitFormat(Style) |
Encerra um bloco que estava usando a formatação de caractere de um estilo especificado.Ends a block that has been using the character formatting from a specified style. 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. |
| ExitFormat(Style, Boolean) |
Encerra um bloco que estava usando a formatação de caractere de um estilo especificado.Ends a block that has been using the character formatting from a specified style. 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. |
ExitFormat(Style)
Encerra um bloco que estava usando a formatação de caractere de um estilo especificado.Ends a block that has been using the character formatting from a specified style. 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.
public:
override void ExitFormat(System::Web::UI::MobileControls::Style ^ style);
public override void ExitFormat (System.Web.UI.MobileControls.Style style);
override this.ExitFormat : System.Web.UI.MobileControls.Style -> unit
Public Overrides Sub ExitFormat (style As Style)
Parâmetros
- style
- Style
A referência de estilo.The style reference.
Aplica-se a
ExitFormat(Style, Boolean)
Encerra um bloco que estava usando a formatação de caractere de um estilo especificado.Ends a block that has been using the character formatting from a specified style. 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.
public:
override void ExitFormat(System::Web::UI::MobileControls::Style ^ style, bool breakAfter);
public override void ExitFormat (System.Web.UI.MobileControls.Style style, bool breakAfter);
override this.ExitFormat : System.Web.UI.MobileControls.Style * bool -> unit
Public Overrides Sub ExitFormat (style As Style, breakAfter As Boolean)
Parâmetros
- style
- Style
A referência de estilo.The style reference.
- breakAfter
- Boolean
Se breakAfter for true, um intervalo será adicionado após o fechamento de elemento de estilo.If breakAfter is true, a break is added after the closing style element.