HtmlMobileTextWriter.ExitStyle Método
Definição
Encerra um bloco que estava usando a formatação de caractere e o layout de um estilo determinado.Ends a block that has been using the layout and character formatting from a given 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.
Sobrecargas
| ExitStyle(Style) |
Encerra um bloco que estava usando a formatação de caractere e o layout de um estilo determinado.Ends a block that has been using the layout and character formatting from a given 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. |
| ExitStyle(Style, Boolean) |
Encerra um bloco que estava usando a formatação de caractere e o layout de um estilo determinado.Ends a block that has been using the layout and character formatting from a given 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. |
ExitStyle(Style)
Encerra um bloco que estava usando a formatação de caractere e o layout de um estilo determinado.Ends a block that has been using the layout and character formatting from a given 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:
void ExitStyle(System::Web::UI::MobileControls::Style ^ style);
public void ExitStyle (System.Web.UI.MobileControls.Style style);
override this.ExitStyle : System.Web.UI.MobileControls.Style -> unit
Public Sub ExitStyle (style As Style)
Parâmetros
- style
- Style
A referência de estilo.The style reference.
Aplica-se a
ExitStyle(Style, Boolean)
Encerra um bloco que estava usando a formatação de caractere e o layout de um estilo determinado.Ends a block that has been using the layout and character formatting from a given 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:
void ExitStyle(System::Web::UI::MobileControls::Style ^ style, bool breakAfter);
public void ExitStyle (System.Web.UI.MobileControls.Style style, bool breakAfter);
override this.ExitStyle : System.Web.UI.MobileControls.Style * bool -> unit
Public Sub ExitStyle (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.