Compartir a través de


ISharedStatusBar.SetColorText (Método)

Establece el texto de la barra de estado con colores de primer plano y de fondo.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.UI
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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
    Texto que se va a mostrar en el área de texto del estado.

Valor devuelto

Tipo: System.Int32

Seguridad de .NET Framework

Vea también

Referencia

ISharedStatusBar Interfaz

Microsoft.VisualStudio.Data.Schema.Package.UI (Espacio de nombres)