Compartir a través de


IVsHiddenRegionEx.SetBannerAttr (Método)

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

Parámetros

  • dwLength
    Tipo: UInt32

    La longitud de la pancarta.

  • pColorAttr
    Tipo: array<UInt32[]

    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)