Partager via


IVsHiddenRegionEx.SetBannerAttr, méthode

Définit les attributs de bannière.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
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

Paramètres

  • dwLength
    Type : UInt32

    La longueur de la bannière.

  • pColorAttr
    Type : array<UInt32[]

    Un tableau d'ULONG d'attributs de couleur.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Sécurité .NET Framework

Voir aussi

Référence

IVsHiddenRegionEx Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms