IVsAtomicTextProvider.GetAtomAttributes(UInt32, UInt32[]) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.