Partager via


CompletionSet.GetCompletionItemColor, méthode

Obtient les couleurs de premier plan et d'arrière-plan pour un élément sélectionné.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntaxe

'Déclaration
Public Overridable Function GetCompletionItemColor ( _
    iIndex As Integer, _
    <OutAttribute> ByRef dwFGColor As UInteger, _
    <OutAttribute> ByRef dwBGColor As UInteger _
) As Integer
public virtual int GetCompletionItemColor(
    int iIndex,
    out uint dwFGColor,
    out uint dwBGColor
)

Paramètres

  • iIndex
    Type : System.Int32
    L'index de l'élément pour lequel obtenir les couleurs.
  • dwFGColor
    Type : System.UInt32%
    [out] Retourne la couleur de premier plan.
  • dwBGColor
    Type : System.UInt32%
    [out] Retourne la couleur d'arrière-plan.

Valeur de retour

Type : System.Int32
Si la méthode réussit, elle retourne [F:Microsoft.VisualStudio.VSConstants.S_OKiftherearecolorsset,S_FALSEifthedefaultsareused].En cas d'échec, un code d'erreur est retourné.

Implémentations

IVsCompletionSetEx.GetCompletionItemColor(Int32, UInt32%, UInt32%)

Remarques

Cette méthode est l'implémentation de la méthode de GetCompletionItemColor d'interface d' IVsCompletionSetEx .

Cette méthode n'est pas implémentée et ne retourne pas dwFGColor et dwBGColor comme 0, et ne retourne pas E_NOTIMPL.

Sécurité .NET Framework

Voir aussi

Référence

CompletionSet Classe

Microsoft.VisualStudio.Package, espace de noms