InfoBarTextSpan(String, Boolean, Boolean, Boolean) Construtor

Definição

Inicializa uma nova instância de InfoBarTextSpan.

 InfoBarTextSpan(std::wstring const & text, bool bold = false, bool italic = false, bool underline = false);
public InfoBarTextSpan (string text, bool bold = false, bool italic = false, bool underline = false);
new Microsoft.VisualStudio.Shell.InfoBarTextSpan : string * bool * bool * bool -> Microsoft.VisualStudio.Shell.InfoBarTextSpan
Public Sub New (text As String, Optional bold As Boolean = false, Optional italic As Boolean = false, Optional underline As Boolean = false)

Parâmetros

text
String

O texto.

bold
Boolean

True se o intervalo de texto deve estar em negrito, caso contrário, false.

italic
Boolean

True se o intervalo de texto deve estar em itálico, caso contrário, false.

underline
Boolean

True se o intervalo de texto deve ser sublinhado, caso contrário, false.

Aplica-se a