Partilhar via


Método ISharedStatusBar.SetColorText

Define o texto da barra de status com cores de primeiro plano e plano de fundo.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Function SetColorText ( _
    possibleOwner As SharedStatusBarOwner, _
    text As String, _
    foreColor As UInteger, _
    backColor As UInteger _
) As Integer
int SetColorText(
    SharedStatusBarOwner possibleOwner,
    string text,
    uint foreColor,
    uint backColor
)
int SetColorText(
    SharedStatusBarOwner^ possibleOwner, 
    String^ text, 
    unsigned int foreColor, 
    unsigned int backColor
)
abstract SetColorText : 
        possibleOwner:SharedStatusBarOwner * 
        text:string * 
        foreColor:uint32 * 
        backColor:uint32 -> int 
function SetColorText(
    possibleOwner : SharedStatusBarOwner, 
    text : String, 
    foreColor : uint, 
    backColor : uint
) : int

Parâmetros

  • text
    Tipo: System.String
    O texto será exibido na área de texto de status.
  • foreColor
    Tipo: System.UInt32
    A cor de primeiro plano do texto.
  • backColor
    Tipo: System.UInt32
    A cor de plano de fundo do texto.

Valor de retorno

Tipo: System.Int32

Segurança do .NET Framework

Consulte também

Referência

ISharedStatusBar Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.UI