IVsAtomicTextProvider.GetAtomAttributes(UInt32, UInt32[]) Method

Definition

Gets the attributes of the atom

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

Parameters

dwLength
UInt32

The length.

pColorAttr
UInt32[]

An array of color attributes.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to