WmlMobileTextWriter.OpenCharacterFormat Método

Definição

Abre etiquetas de formatação de caracteres para o formato indicado. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com ASP.NET.

protected:
 virtual void OpenCharacterFormat(System::Web::UI::MobileControls::Adapters::WmlMobileTextWriter::WmlFormat ^ format, bool writeBold, bool writeItalic, bool writeSize);
protected virtual void OpenCharacterFormat(System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat format, bool writeBold, bool writeItalic, bool writeSize);
abstract member OpenCharacterFormat : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat * bool * bool * bool -> unit
override this.OpenCharacterFormat : System.Web.UI.MobileControls.Adapters.WmlMobileTextWriter.WmlFormat * bool * bool * bool -> unit
Protected Overridable Sub OpenCharacterFormat (format As WmlMobileTextWriter.WmlFormat, writeBold As Boolean, writeItalic As Boolean, writeSize As Boolean)

Parâmetros

format
WmlMobileTextWriter.WmlFormat

Um valor enumerado que representa o formato WML a usar durante a escrita.

writeBold
Boolean

Se abrir a formatação de caracteres a negrito.

writeItalic
Boolean

Se abrir a formatação de caracteres em itálico.

writeSize
Boolean

Se abrir a formatação do tamanho do caractere.

Observações

Chamada internamente pelo escritor, pode ser sobreposta por uma classe herdeira.

Aplica-se a

Ver também