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


IVsAtomicTextProvider.GetAtomAttributes - метод

Получает атрибуты атома

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

Синтаксис

'Декларация
Function GetAtomAttributes ( _
    dwLength As UInteger, _
    <OutAttribute> pColorAttr As UInteger() _
) As Integer
int GetAtomAttributes(
    uint dwLength,
    uint[] pColorAttr
)
int GetAtomAttributes(
    [InAttribute] unsigned int dwLength, 
    [OutAttribute] array<unsigned int>^ pColorAttr
)
abstract GetAtomAttributes : 
        dwLength:uint32 * 
        pColorAttr:uint32[] byref -> int
function GetAtomAttributes(
    dwLength : uint, 
    pColorAttr : uint[]
) : int

Параметры

  • dwLength
    Тип: UInt32

    Длина.

  • pColorAttr
    Тип: array<UInt32[]

    Массив атрибутов цвета.

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

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

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

См. также

Ссылки

IVsAtomicTextProvider Интерфейс

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