IVsAtomicTextProvider.GetAtomAttributes(UInt32, UInt32[]) Метод

Определение

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

public:
 int GetAtomAttributes(System::UInt32 dwLength, cli::array <System::UInt32> ^ pColorAttr);
public:
 int GetAtomAttributes(unsigned int dwLength, Platform::Array <unsigned int> ^ pColorAttr);
int GetAtomAttributes(unsigned int dwLength, std::Array <unsigned int> const & pColorAttr);
public int GetAtomAttributes (uint dwLength, uint[] pColorAttr);
abstract member GetAtomAttributes : uint32 * uint32[] -> int
Public Function GetAtomAttributes (dwLength As UInteger, pColorAttr As UInteger()) As Integer

Параметры

dwLength
UInt32

Длина.

pColorAttr
UInt32[]

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

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

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Применяется к