IVsAtomicTextProvider.GetAtomAttributes(UInt32, UInt32[]) Yöntem

Tanım

Atom 'un özniteliklerini alır

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

Parametreler

dwLength
UInt32

Uzunluk.

pColorAttr
UInt32[]

Renk öznitelikleri dizisi.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Şunlara uygulanır