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


IVsTextMarkerColorSet.GetMarkerColors - метод

Задает набор цветов, связанный с указанным типом токена.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Function GetMarkerColors ( _
    iMarkerType As Integer, _
    <OutAttribute> ByRef pclrFore As UInteger, _
    <OutAttribute> ByRef pclrBack As UInteger _
) As Integer
int GetMarkerColors(
    int iMarkerType,
    out uint pclrFore,
    out uint pclrBack
)
int GetMarkerColors(
    [InAttribute] int iMarkerType, 
    [OutAttribute] unsigned int% pclrFore, 
    [OutAttribute] unsigned int% pclrBack
)
abstract GetMarkerColors : 
        iMarkerType:int * 
        pclrFore:uint32 byref * 
        pclrBack:uint32 byref -> int
function GetMarkerColors(
    iMarkerType : int, 
    pclrFore : uint, 
    pclrBack : uint
) : int

Параметры

  • iMarkerType
    Тип: Int32

    [in] целое число, содержащее тип маркера.

  • pclrFore
    Тип: UInt32%

    [out] цвет текста метки. Список pclrFore значения см. в разделе COLORREF.

  • pclrBack
    Тип: UInt32%

    [out] цвет фона текстового маркера. Список pclrBack значения см. в разделе COLORREF.

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

Тип: Int32
Если метод завершается успешно, возвращается S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

Модель COM подписи

Из textmgr.idl:

HRESULT IVsTextMarkerColorSet::GetMarkerColors(
   [in] long iMarkerType,
   [out] COLORREF *pclrFore,
   [out] COLORREF *pclrBack
);

Сведения DrawGlyphWithColors используется в IVsPackageDefinedTextMarkerType:: IVsTextMarkerColorSet.GetMarkerColors включение тип маркера для указания, использует ли другой тип маркера тот же набор цветов.

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

См. также

Ссылки

IVsTextMarkerColorSet Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен