Compartir a través de


IVsAtomicTextProvider.GetAtomAttributes (Método)

Obtiene los atributos de átomo

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
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

Parámetros

  • dwLength
    Tipo: UInt32

    Longitud.

  • pColorAttr
    Tipo: array<UInt32[]

    Matriz de atributos de color.

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Seguridad de .NET Framework

Vea también

Referencia

IVsAtomicTextProvider Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)