IVsAtomicTextProvider.GetAtomAttributes(UInt32, UInt32[]) Método

Definição

Obtém os atributos do 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

Parâmetros

dwLength
UInt32

O comprimento.

pColorAttr
UInt32[]

Uma matriz de atributos de cor.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Aplica-se a