Поделиться через


ISharedStatusBar.SetColorText - метод

Задает текст строки состояния с цветами фона и переднего плана.

Пространство имен:  Microsoft.VisualStudio.Data.Schema.Package.UI
Сборка:  Microsoft.VisualStudio.Data.Schema.Package (в Microsoft.VisualStudio.Data.Schema.Package.dll)

Синтаксис

'Декларация
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

Параметры

  • text
    Тип: System.String
    Текст, отображаемый в области текста состояния.
  • foreColor
    Тип: System.UInt32
    Цвет переднего плана текста.
  • backColor
    Тип: System.UInt32
    Цвет фона текста.

Возвращаемое значение

Тип: System.Int32

Безопасность платформы .NET Framework

См. также

Ссылки

ISharedStatusBar Интерфейс

Microsoft.VisualStudio.Data.Schema.Package.UI - пространство имен