Freigeben über


IVsAtomicTextProvider.GetAtomAttributes-Methode

Ruft die Attribute ab Atoms

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
Function GetAtomAttributes ( _
    dwLength As UInteger, _
    <OutAttribute> pColorAttr As UInteger() _
) As Integer
int GetAtomAttributes(
    uint dwLength,
    uint[] pColorAttr
)
int GetAtomAttributes(
    [InAttribute] unsigned int dwLength, 
    [OutAttribute] array<unsigned int>^ pColorAttr
)
abstract GetAtomAttributes : 
        dwLength:uint32 * 
        pColorAttr:uint32[] byref -> int
function GetAtomAttributes(
    dwLength : uint, 
    pColorAttr : uint[]
) : int

Parameter

  • dwLength
    Typ: UInt32

    Die Länge.

  • pColorAttr
    Typ: array<UInt32[]

    Ein Array von Farben berücksichtigt werden.

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsAtomicTextProvider Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace