Compartir a través de


IVsHiddenRegionEx.GetBannerAttr (Método)

Obtiene los atributos de la pancarta.

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 GetBannerAttr ( _
    dwLength As UInteger, _
    <OutAttribute> pColorAttr As UInteger() _
) As Integer
int GetBannerAttr(
    uint dwLength,
    uint[] pColorAttr
)
int GetBannerAttr(
    [InAttribute] unsigned int dwLength, 
    [OutAttribute] array<unsigned int>^ pColorAttr
)
abstract GetBannerAttr : 
        dwLength:uint32 * 
        pColorAttr:uint32[] byref -> int
function GetBannerAttr(
    dwLength : uint, 
    pColorAttr : uint[]
) : int

Parámetros

  • dwLength
    Tipo: UInt32

    La longitud de la pancarta.

  • pColorAttr
    Tipo: array<UInt32[]

    [out] Una matriz de ULONG 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

IVsHiddenRegionEx Interfaz

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